cyberta 4 лет назад
Родитель
Сommit
2abb5f23b7
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 3 - 1
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -140,7 +140,9 @@ class AppCoordinator {
     }
 
     func resetTabBarRootViewControllers() {
-        self.tabBarController.setViewControllers([createQrNavigationController(), createChatsNavigationController(), createSettingsNavigationController()], animated: false)
+        self.tabBarController.setViewControllers([createQrNavigationController(),
+                                                  createChatsNavigationController(),
+                                                  createSettingsNavigationController()], animated: false)
         presentTabBarController()
     }
 }