fix var type

This commit is contained in:
sonora 2014-08-29 17:47:53 +02:00
parent 800361ab3a
commit f5d35c84d5

View file

@ -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 {