mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Remove test check
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
f72c37be29
commit
e2caaa182e
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ public class UploadFilesActivity extends DrawerActivity implements LocalFileList
|
|||
mCurrentDialog = null;
|
||||
}
|
||||
|
||||
if (!hasEnoughSpaceAvailable) {
|
||||
if (hasEnoughSpaceAvailable) {
|
||||
// return the list of files (success)
|
||||
Intent data = new Intent();
|
||||
|
||||
|
|
Loading…
Reference in a new issue