diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 9ab511e7b4..a08a5e3696 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -648,7 +648,7 @@ public class OsmandSettings { // this value string is synchronized with settings_pref.xml preference name public final OsmandPreference ROUTER_SERVICE = new EnumIntPreference("router_service", RouteService.OSMAND, - new RouteService[] {RouteService.OSMAND, RouteService.ORS, RouteService.YOURS}).makeProfile(); + new RouteService[] {RouteService.OSMAND, RouteService.YOURS, RouteService.ORS}).makeProfile(); public final CommonPreference SNAP_TO_ROAD = new BooleanPreference("snap_to_road", false).makeProfile().cache(); {