forked from organicmaps/organicmaps
[iOS] Fixed bookmark synchonization update for BMCViewController
https://jira.mail.ru/browse/MAPSME-12755
This commit is contained in:
parent
fbae7730aa
commit
d731723663
1 changed files with 1 additions and 2 deletions
|
@ -289,8 +289,7 @@ extension BMCDefaultViewModel: MWMBookmarksObserver {
|
|||
case .userInterrupted: break
|
||||
case .success:
|
||||
guard let s = self else { return }
|
||||
s.setCategories()
|
||||
s.view?.update(sections: [.categories])
|
||||
s.reloadData()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue