Hotfix to gpx track
This commit is contained in:
parent
94547f1731
commit
87f7e4dc40
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue