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