浏览代码

loginController over welcome in fullscreen

nayooti 5 年之前
父节点
当前提交
2f2d015cdc
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
     }