Remove test check

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-07-30 09:49:22 +02:00
parent f72c37be29
commit e2caaa182e
No known key found for this signature in database
GPG key ID: 4E577DC593B59BDF

View file

@ -487,7 +487,7 @@ public class UploadFilesActivity extends DrawerActivity implements LocalFileList
mCurrentDialog = null; mCurrentDialog = null;
} }
if (!hasEnoughSpaceAvailable) { if (hasEnoughSpaceAvailable) {
// return the list of files (success) // return the list of files (success)
Intent data = new Intent(); Intent data = new Intent();