Explorar el Código

fix lint issue

cyberta hace 4 años
padre
commit
2abb5f23b7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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()
     }
 }