Fix #3907
This commit is contained in:
parent
12c49c7f15
commit
d64e3bbf2f
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public class OsmandApplication extends MultiDexApplication {
|
||||||
externalStorageDirectoryReadOnly = true;
|
externalStorageDirectoryReadOnly = true;
|
||||||
externalStorageDirectory = osmandSettings.getInternalAppPath();
|
externalStorageDirectory = osmandSettings.getInternalAppPath();
|
||||||
}
|
}
|
||||||
|
osmandSettings.USE_MAP_MARKERS.set(true);
|
||||||
|
|
||||||
checkPreferredLocale();
|
checkPreferredLocale();
|
||||||
appInitializer.onCreateApplication();
|
appInitializer.onCreateApplication();
|
||||||
|
|
Loading…
Reference in a new issue