fix build
This commit is contained in:
parent
f93e442011
commit
a2e68f734a
1 changed files with 0 additions and 1 deletions
|
@ -796,7 +796,6 @@ public class OsmandSettings {
|
|||
// this value string is synchronized with settings_pref.xml preference name
|
||||
public final CommonPreference<Boolean> SAVE_TRACK_TO_GPX = new BooleanPreference("save_track_to_gpx", false).makeProfile().cache();
|
||||
{
|
||||
SAVE_TRACK_TO_GPX.setModeValue(ApplicationMode.DEFAULT, false);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.CAR, false);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.BICYCLE, false);
|
||||
SAVE_TRACK_TO_GPX.setModeDefaultValue(ApplicationMode.PEDESTRIAN, false);
|
||||
|
|
Loading…
Reference in a new issue