[ios] Removed unhelpful and unnecessary toast (string was already removed)

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2021-04-29 18:11:04 +02:00 committed by Alexander Borsuk
parent ca1e46f1e2
commit 30b0086e67

View file

@ -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() {