Przeglądaj źródła

adapt to new welcomeController

B. Petersen 5 lat temu
rodzic
commit
03b33dc3eb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      deltachat-ios/Coordinator/AppCoordinator.swift

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

@@ -193,7 +193,7 @@ extension AppCoordinator: WelcomeCoordinator {
         let coordinator = EditSettingsCoordinator(dcContext: dcContext, navigationController: profileInfoNav)
         profileInfoController.coordinator = coordinator
         profileInfoController.onClose = handleProfileInfoClosed
-        welcomeController.present(profileInfoNav, animated: true, completion: nil)
+        welcomeController?.present(profileInfoNav, animated: true, completion: nil)
     }
 
     private func handleProfileInfoClosed() {