match parenthesis
This commit is contained in:
parent
8a2c915db2
commit
e72b3c6a73
1 changed files with 2 additions and 2 deletions
|
@ -273,9 +273,9 @@ public class MapViewTrackingUtilities implements OsmAndLocationListener, IMapLoc
|
||||||
settings.ROTATE_MAP.set(vl);
|
settings.ROTATE_MAP.set(vl);
|
||||||
|
|
||||||
if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_BEARING) {
|
if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_BEARING) {
|
||||||
rotMode = app.getString(R.string.rotate_map_bearing_opt;
|
rotMode = app.getString(R.string.rotate_map_bearing_opt);
|
||||||
} else if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_COMPASS) {
|
} else if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_COMPASS) {
|
||||||
rotMode = app.getString(R.string.rotate_map_compass_opt));
|
rotMode = app.getString(R.string.rotate_map_compass_opt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rotMode = app.getString(R.string.rotate_map_to_bearing) + ":\n" + rotMode;
|
rotMode = app.getString(R.string.rotate_map_to_bearing) + ":\n" + rotMode;
|
||||||
|
|
Loading…
Reference in a new issue