Fix #7713
This commit is contained in:
parent
ba24e53d8a
commit
9520101321
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
|||
}
|
||||
}
|
||||
if (mapContextMenu.isVisible() && mapContextMenu.isClosable()) {
|
||||
if (mapContextMenu.getCurrentMenuState() != MenuState.HEADER_ONLY) {
|
||||
if (mapContextMenu.getCurrentMenuState() != MenuState.HEADER_ONLY && !isLandscapeLayout()) {
|
||||
mapContextMenu.openMenuHeaderOnly();
|
||||
} else {
|
||||
mapContextMenu.close();
|
||||
|
|
Loading…
Reference in a new issue