Update AppInitializer.java
This commit is contained in:
parent
e8cfe3fd8b
commit
a22c14551b
1 changed files with 0 additions and 2 deletions
|
@ -756,8 +756,6 @@ public class AppInitializer implements IProgress {
|
||||||
// native depends on renderers
|
// native depends on renderers
|
||||||
initNativeCore();
|
initNativeCore();
|
||||||
notifyEvent(InitEvents.NATIVE_INITIALIZED);
|
notifyEvent(InitEvents.NATIVE_INITIALIZED);
|
||||||
//delete in next release:
|
|
||||||
app.osmandSettings.PT_SAFE_MODE.set(true);
|
|
||||||
app.favorites.loadFavorites();
|
app.favorites.loadFavorites();
|
||||||
app.gpxDbHelper.loadGpxItems();
|
app.gpxDbHelper.loadGpxItems();
|
||||||
notifyEvent(InitEvents.FAVORITES_INITIALIZED);
|
notifyEvent(InitEvents.FAVORITES_INITIALIZED);
|
||||||
|
|
Loading…
Reference in a new issue