Merge pull request #8554 from osmandapp/enable_speed_setting
add speed setting to brouter and direct to
This commit is contained in:
commit
a5873ada7c
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ public class VehicleParametersFragment extends BaseSettingsFragment implements O
|
|||
setupDefaultSpeedPref();
|
||||
}
|
||||
}
|
||||
} else if (routeService == RouteService.STRAIGHT) {
|
||||
} else {
|
||||
setupDefaultSpeedPref();
|
||||
}
|
||||
}
|
||||
|
@ -155,4 +155,4 @@ public class VehicleParametersFragment extends BaseSettingsFragment implements O
|
|||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue