forked from organicmaps/organicmaps
[ios] Removed unhelpful and unnecessary toast (string was already removed)
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
ca1e46f1e2
commit
30b0086e67
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ class BottomMenuViewController: MWMViewController {
|
|||
tableView.delegate = presenter
|
||||
tableView.registerNib(cell: BottomMenuItemCell.self)
|
||||
tableView.registerNib(cell: BottomMenuLayersCell.self)
|
||||
performOnce({
|
||||
Toast.toast(withText: L("routes_layer_in_menu_toast")).show(withAlignment: .top)
|
||||
}, "routes_layer_in_menu_toast")
|
||||
}
|
||||
|
||||
override func viewDidLayoutSubviews() {
|
||||
|
|
Loading…
Add table
Reference in a new issue