diff --git a/OsmAnd/src/net/osmand/plus/OsmandSettings.java b/OsmAnd/src/net/osmand/plus/OsmandSettings.java index 5c7f85a580..c157ee5d36 100644 --- a/OsmAnd/src/net/osmand/plus/OsmandSettings.java +++ b/OsmAnd/src/net/osmand/plus/OsmandSettings.java @@ -83,10 +83,10 @@ public class OsmandSettings { defaultProfilePreferences = getProfilePreferences(ApplicationMode.DEFAULT); profilePreferences = defaultProfilePreferences; - if(FOLLOW_TO_THE_ROUTE.get()){ +// if(FOLLOW_TO_THE_ROUTE.get()){ currentMode = readApplicationMode(); profilePreferences = getProfilePreferences(currentMode); - } +// } } private SharedPreferences getProfilePreferences(ApplicationMode mode){