Fix method call
This commit is contained in:
parent
d7a7b9aa29
commit
e0b2ec9bee
1 changed files with 2 additions and 2 deletions
|
@ -682,9 +682,9 @@ public class MapControlsLayer extends OsmandMapLayer {
|
|||
return;
|
||||
}
|
||||
if (isMapControlsVisible()) {
|
||||
AndroidUtils.hideSystemUI(mapActivity);
|
||||
hideMapControls();
|
||||
if (switchSystemUiVisibility) {
|
||||
hideMapControls();
|
||||
AndroidUtils.hideSystemUI(mapActivity);
|
||||
}
|
||||
} else {
|
||||
showMapControls();
|
||||
|
|
Loading…
Reference in a new issue