Ver Fonte

loginController over welcome in fullscreen

nayooti há 5 anos atrás
pai
commit
2f2d015cdc
1 ficheiros alterados com 1 adições e 0 exclusões
  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)
     }