Hotfix to gpx track

This commit is contained in:
Denis 2015-01-16 18:01:10 +02:00
parent 94547f1731
commit 87f7e4dc40

View file

@ -596,9 +596,9 @@ public class OsmandApplication extends Application {
} catch (RuntimeException e) {
warnings.add(e.getMessage());
}
} else {
savingTrackHelper.loadGpxFromDatabase();
}
} else {
savingTrackHelper.loadGpxFromDatabase();
}
if(getSettings().SAVE_GLOBAL_TRACK_TO_GPX.get()){
startNavigationService(NavigationService.USED_BY_GPX);