Fixed Underlay Map layout.
This commit is contained in:
parent
214c690b71
commit
2bc8ef25a3
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class RasterMapMenu {
|
|||
if (type == OsmandRasterMapsPlugin.RasterMapType.UNDERLAY) {
|
||||
contextMenuAdapter.addItem(new ContextMenuItem.ItemBuilder()
|
||||
.setTitleId(R.string.show_polygons, mapActivity)
|
||||
.hideDivider(true)
|
||||
.setListener(l)
|
||||
.setSelected(hidePolygonsPref.get()).createItem());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue