remove "Remember my choice" functionality for now, as we have no way to reverse this
This commit is contained in:
parent
0926c7d5d5
commit
f00be495e9
1 changed files with 5 additions and 4 deletions
|
@ -333,9 +333,10 @@ public class OsmandMonitoringPlugin extends OsmandPlugin implements MonitoringIn
|
|||
app.startNavigationService(NavigationService.USED_BY_GPX);
|
||||
}
|
||||
};
|
||||
if(choice.value) {
|
||||
runnable.run();
|
||||
} else {
|
||||
//Comment this out for now as we have no way to reverse the REMEMBER flag?!
|
||||
//if(choice.value) {
|
||||
// runnable.run();
|
||||
//} else {
|
||||
showIntervalChooseDialog(map, app.getString(R.string.save_track_interval) + " : %s",
|
||||
app.getString(R.string.save_track_to_gpx), SECONDS, MINUTES, choice, vs,
|
||||
new OnClickListener() {
|
||||
|
@ -344,7 +345,7 @@ public class OsmandMonitoringPlugin extends OsmandPlugin implements MonitoringIn
|
|||
runnable.run();
|
||||
}
|
||||
});
|
||||
}
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue