fix stop refresh behavior

This commit is contained in:
sonora 2016-04-03 17:35:54 +02:00
parent 7933165790
commit 455ee0775a

View file

@ -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();
}
}