Sfoglia il codice sorgente

Merge pull request #674 from deltachat/qr-login-avatar-selection-fix

fix avatar selection after qr login
bjoern 5 anni fa
parent
commit
47950e99a2
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      deltachat-ios/Coordinator/AppCoordinator.swift

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

@@ -183,6 +183,7 @@ extension AppCoordinator: WelcomeCoordinator {
         profileInfoNav.modalPresentationStyle = .fullScreen
         profileInfoNav.modalPresentationStyle = .fullScreen
         let coordinator = EditSettingsCoordinator(dcContext: dcContext, navigationController: profileInfoNav)
         let coordinator = EditSettingsCoordinator(dcContext: dcContext, navigationController: profileInfoNav)
         profileInfoController.coordinator = coordinator
         profileInfoController.coordinator = coordinator
+        childCoordinators.append(coordinator)
         profileInfoController.onClose = handleLoginSuccess
         profileInfoController.onClose = handleLoginSuccess
         welcomeController?.present(profileInfoNav, animated: true, completion: nil)
         welcomeController?.present(profileInfoNav, animated: true, completion: nil)
     }
     }