From ca69cebc8694b5124863fea49685e66abd6cc906 Mon Sep 17 00:00:00 2001 From: Alexander Boriskov Date: Thu, 23 Jul 2020 10:58:12 +0300 Subject: [PATCH] [DNM][iOS] Test crash for firebase integrtion --- iphone/Maps/UI/BottomMenu/TabBar/BottomTabBarInteractor.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/UI/BottomMenu/TabBar/BottomTabBarInteractor.swift b/iphone/Maps/UI/BottomMenu/TabBar/BottomTabBarInteractor.swift index a840dc72be6..bbb9566b439 100644 --- a/iphone/Maps/UI/BottomMenu/TabBar/BottomTabBarInteractor.swift +++ b/iphone/Maps/UI/BottomMenu/TabBar/BottomTabBarInteractor.swift @@ -29,6 +29,7 @@ class BottomTabBarInteractor { extension BottomTabBarInteractor: BottomTabBarInteractorProtocol { func openSearch() { + fatalError("Firebase test") if searchManager?.state == .hidden { searchManager?.state = .default } else {