Fix #5226
This commit is contained in:
parent
80b2189450
commit
263c2d62c8
3 changed files with 4 additions and 4 deletions
|
@ -1130,7 +1130,7 @@ public class OsmandSettings {
|
|||
|
||||
{
|
||||
SAVE_TRACK_INTERVAL.setModeDefaultValue(ApplicationMode.CAR, 3000);
|
||||
SAVE_TRACK_INTERVAL.setModeDefaultValue(ApplicationMode.BICYCLE, 7000);
|
||||
SAVE_TRACK_INTERVAL.setModeDefaultValue(ApplicationMode.BICYCLE, 5000);
|
||||
SAVE_TRACK_INTERVAL.setModeDefaultValue(ApplicationMode.PEDESTRIAN, 10000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue