Fix UI feedback
This commit is contained in:
parent
e9ca208984
commit
7e5301af3d
1 changed files with 2 additions and 0 deletions
|
@ -619,9 +619,11 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
mapInfoControls.changeVisibility(mi);
|
||||
}
|
||||
recreateControls();
|
||||
listAdapter.notifyDataSetInvalidated();
|
||||
} else if(position == 0) {
|
||||
mapInfoControls.resetToDefault();
|
||||
recreateControls();
|
||||
listAdapter.notifyDataSetInvalidated();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue