Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f5990b9 authored by Fs00's avatar Fs00
Browse files

Fix logic for showing file picker

parent 09b67d4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class MainActivity extends ProgressActivity implements OnPageChangeListen
        onFirstUpdate();
        handleIntent(getIntent());

        if (getIntent().getDataString() == null) {
        if (uri == null) {
            pickFile();
        }