remove unneccesary check
This commit is contained in:
parent
f74af4199d
commit
0c44d1b789
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ class FileUploader {
|
|||
int collectionID,
|
||||
bool forcedUpload,
|
||||
) async {
|
||||
await verifyMediaLocationAccess();
|
||||
await checkNetworkForUpload(isForceUpload: forcedUpload);
|
||||
if (!forcedUpload) {
|
||||
final fileOnDisk = await FilesDB.instance.getFile(file.generatedID!);
|
||||
|
|
Loading…
Add table
Reference in a new issue