chore: on android use notification to display file upload progress instead of toast (#2628) [skip e2e]

This commit is contained in:
Aman Harwara
2023-11-09 01:31:34 +05:30
committed by GitHub
parent 6a7c5277f8
commit 2d687d9786
12 changed files with 257 additions and 51 deletions

View File

@@ -98,7 +98,9 @@ export class MobileWebReceiver {
case ReactNativeToWebEvent.ReceivedLink:
void this.application.handleReceivedLinkEvent(messageData as { link: string; title: string })
break
case ReactNativeToWebEvent.OpenFilePreview:
void this.application.handleOpenFilePreviewEvent(messageData as { id: string })
break
default:
break
}