소스 검색

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)
     }