Skip to content

Commit

Permalink
Remove test check
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Jul 30, 2024
1 parent f72c37b commit e2caaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public void onCheckAvailableSpaceFinish(boolean hasEnoughSpaceAvailable, String.
mCurrentDialog = null;
}

if (!hasEnoughSpaceAvailable) {
if (hasEnoughSpaceAvailable) {
// return the list of files (success)
Intent data = new Intent();

Expand Down

0 comments on commit e2caaa1

Please sign in to comment.