Update GpxNotification.java
This commit is contained in:
parent
515198443d
commit
a450e02a77
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ public class GpxNotification extends OsmandNotification {
|
|||
final OsmandMonitoringPlugin plugin = OsmandPlugin.getEnabledPlugin(OsmandMonitoringPlugin.class);
|
||||
if (plugin != null) {
|
||||
plugin.saveCurrentTrack();
|
||||
// #8911: Include stopRecording in saveCurrentTrack
|
||||
//if (!app.getSettings().SAVE_GLOBAL_TRACK_TO_GPX.get()) {
|
||||
// plugin.stopRecording();
|
||||
//}
|
||||
}
|
||||
}
|
||||
}, new IntentFilter(OSMAND_SAVE_GPX_SERVICE_ACTION));
|
||||
|
|
Loading…
Reference in a new issue