forked from organicmaps/organicmaps-tmp
[iOS] Fixed guides menu badge count
https://jira.mail.ru/browse/MAPSME-13816
This commit is contained in:
parent
4ce17db0cf
commit
9f3e85e35a
1 changed files with 5 additions and 0 deletions
|
@ -16,11 +16,16 @@ class BottomTabBarPresenter: NSObject {
|
|||
self.view = view
|
||||
self.interactor = interactor
|
||||
}
|
||||
|
||||
deinit {
|
||||
MapOverlayManager.remove(self)
|
||||
}
|
||||
}
|
||||
|
||||
extension BottomTabBarPresenter: BottomTabBarPresenterProtocol {
|
||||
func configure() {
|
||||
view?.isLayersBadgeHidden = !MapOverlayManager.guidesFirstLaunch()
|
||||
MapOverlayManager.add(self)
|
||||
}
|
||||
|
||||
func onSearchButtonPressed() {
|
||||
|
|
Loading…
Add table
Reference in a new issue