Fix map layer
This commit is contained in:
parent
ec638e691d
commit
5f6d2d675e
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
mapInfoControls.changeVisibility(mi);
|
||||
}
|
||||
recreateControls();
|
||||
} else if(o.toString().equals(map.getString(R.string.map_widget_reset))) {
|
||||
} else if(which == 0) {
|
||||
mapInfoControls.resetToDefault();
|
||||
recreateControls();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue