forked from organicmaps/organicmaps
[ios] fix recently deleted screen opening bug
The VCs should be pushed from the Main Map nav controller Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
a570d855f7
commit
015f63cf48
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ final class BMCViewController: MWMViewController {
|
|||
|
||||
private func openRecentlyDeleted() {
|
||||
let recentlyDeletedController = RecentlyDeletedCategoriesViewController(viewModel: RecentlyDeletedCategoriesViewModel(bookmarksManager: BookmarksManager.shared()))
|
||||
MapViewController.topViewController().navigationController?.pushViewController(recentlyDeletedController, animated: true)
|
||||
MapViewController.shared()?.navigationController?.pushViewController(recentlyDeletedController, animated: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue