fix var type
This commit is contained in:
parent
800361ab3a
commit
f5d35c84d5
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ public class MapViewTrackingUtilities implements OsmAndLocationListener, IMapLoc
|
||||||
}
|
}
|
||||||
|
|
||||||
public void switchRotateMapMode(){
|
public void switchRotateMapMode(){
|
||||||
int resId = R.string.rotate_map_to_bearing + ":\n" + R.string.rotate_map_none_opt;
|
String resId = R.string.rotate_map_to_bearing + ":\n" + R.string.rotate_map_none_opt;
|
||||||
if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_NONE && mapView.getRotate() != 0) {
|
if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_NONE && mapView.getRotate() != 0) {
|
||||||
// reset manual rotation
|
// reset manual rotation
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue