diff --git a/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift b/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift index ec16bf5f14..5a9f35ec88 100644 --- a/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift +++ b/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift @@ -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() {