Skip to content

Commit

Permalink
drive empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed May 23, 2024
1 parent b9e7b6d commit 3a74153
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/blocs/upload/upload_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -564,15 +564,15 @@ class UploadCubit extends Cubit<UploadState> {
}

if (uploadFolders) {
// await _uploadFolderUsingArDriveUploader(
// licenseStateConfigured: licenseStateConfigured,
// );
// return;
await _uploadFolderUsingArDriveUploader(
licenseStateConfigured: licenseStateConfigured,
);
return;
}

// await _uploadUsingArDriveUploader(
// licenseStateConfigured: licenseStateConfigured,
// );
await _uploadUsingArDriveUploader(
licenseStateConfigured: licenseStateConfigured,
);

return;
}
Expand Down

0 comments on commit 3a74153

Please sign in to comment.