forked from organicmaps/organicmaps-tmp
[iOS] Fixed tabbar visibility in menu
https://jira.mail.ru/browse/MAPSME-15321
This commit is contained in:
parent
cb03658f24
commit
0bfd71854e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class BottomMenuInteractor {
|
|||
|
||||
extension BottomMenuInteractor: BottomMenuInteractorProtocol {
|
||||
func close() {
|
||||
if controlsManager?.guidesNavigationBarHidden == true {
|
||||
if controlsManager?.guidesNavigationBarHidden == false {
|
||||
controlsManager?.menuState = .inactive
|
||||
} else {
|
||||
controlsManager?.menuState = .hidden
|
||||
|
|
Loading…
Add table
Reference in a new issue