fix stop refresh behavior
This commit is contained in:
parent
7933165790
commit
455ee0775a
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin {
|
|||
settings.SAVE_GLOBAL_TRACK_TO_GPX.set(false);
|
||||
if (app.getNavigationService() != null) {
|
||||
app.getNavigationService().stopIfNeeded(app, NavigationService.USED_BY_GPX);
|
||||
app.getNotificationHelper().showNotification();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue