Revert "Revert "Skip permission and storage dialog first time""
This reverts commit da64aeea1c
.
This commit is contained in:
parent
da64aeea1c
commit
61cc83da27
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ public class MapActivity extends AccessibleActivity implements DownloadEvents,
|
|||
System.err.println("OnCreate for MapActivity took " + (System.currentTimeMillis() - tm) + " ms");
|
||||
}
|
||||
|
||||
if (!permissionDone) {
|
||||
if (!permissionDone && !app.getAppInitializer().isFirstTime()) {
|
||||
if (!permissionAsked) {
|
||||
if (app.isExternalStorageDirectoryReadOnly()
|
||||
&& getSupportFragmentManager().findFragmentByTag(DataStoragePlaceDialogFragment.TAG) == null) {
|
||||
|
|
Loading…
Reference in a new issue