ソースを参照

fix lint issue

cyberta 4 年 前
コミット
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()
     }
 }