Update settings
This commit is contained in:
parent
8cf0d0f688
commit
98e8b67258
1 changed files with 1 additions and 2 deletions
|
@ -709,8 +709,7 @@ public class OsmandSettings {
|
|||
return SpeedConstants.MILES_PER_HOUR;
|
||||
}
|
||||
}
|
||||
if(mode.isDerivedRoutingFrom(ApplicationMode.BOAT) ||
|
||||
mode.isDerivedRoutingFrom(ApplicationMode.AIRCRAFT)) {
|
||||
if(mode.isDerivedRoutingFrom(ApplicationMode.BOAT)) {
|
||||
return SpeedConstants.NAUTICALMILES_PER_HOUR;
|
||||
}
|
||||
if(mc == MetricsConstants.NAUTICAL_MILES) {
|
||||
|
|
Loading…
Reference in a new issue