Align turn announcement with finish annoucement and add scale factor setting #8749

This commit is contained in:
Victor Shcherb 2020-05-11 14:03:39 +02:00
parent 703c36a09c
commit e196b322a6

View file

@ -314,7 +314,6 @@ public class ApplicationMode {
if (isCustomProfile()) {
this.parentAppMode = parentAppMode;
minDistanceForTurn = parentAppMode.minDistanceForTurn;
arrivalDistance = parentAppMode.arrivalDistance;
offRouteDistance = parentAppMode.offRouteDistance;
app.getSettings().PARENT_APP_MODE.setModeValue(this, parentAppMode.getStringKey());
}