MOBILE-3320 fileuploader: Fix large files

main
Noel De Martin 2021-07-07 14:30:25 +02:00
parent c75f3774ad
commit 0e1c49f789
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ export class CoreFileUploaderHelperProvider {
const modal = await CoreDomUtils.showModalLoading(); const modal = await CoreDomUtils.showModalLoading();
const result = await Chooser.getFile(mimetypes ? mimetypes.join(',') : undefined); const result = await Chooser.getFileMetadata(mimetypes ? mimetypes.join(',') : undefined);
modal.dismiss(); modal.dismiss();