Fixed bug: Click on overlay transparency row closed the settings screen.
This commit is contained in:
parent
4ab88abcf1
commit
fef8f7f3d2
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ public class RasterMapMenu {
|
|||
.layout(R.layout.progress_list_item)
|
||||
.iconColor(R.drawable.ic_action_opacity)
|
||||
.progress(mapTransparencyPreference.get())
|
||||
.listen(l)
|
||||
.listenInteger(integerListener).reg();
|
||||
if (type == OsmandRasterMapsPlugin.RasterMapType.UNDERLAY) {
|
||||
contextMenuAdapter.item(R.string.show_polygons).listen(l)
|
||||
|
|
Loading…
Reference in a new issue