Browse Source

loginController over welcome in fullscreen

nayooti 5 years ago
parent
commit
2f2d015cdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      deltachat-ios/Coordinator/AppCoordinator.swift

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

@@ -158,6 +158,7 @@ extension AppCoordinator: WelcomeCoordinator {
             )
             loginController.coordinator?.onLoginSuccess = handleLoginSuccess
         }
+        loginController.modalPresentationStyle = .fullScreen
         welcomeController.present(loginController, animated: true, completion: nil)
     }