Fix navigation after clear data

This commit is contained in:
ismailgulek
2022-06-09 15:46:04 +03:00
parent df39c51a40
commit 0bda61da50
3 changed files with 15 additions and 5 deletions
+4 -2
View File
@@ -473,6 +473,8 @@
// TODO: Manage the onboarding coordinator at the AppCoordinator level
- (void)presentOnboardingFlow
{
MXLogDebug(@"[MasterTabBarController] presentOnboardingFlow");
OnboardingCoordinatorBridgePresenterParameters *parameters = [[OnboardingCoordinatorBridgePresenterParameters alloc] init];
MXWeakify(self);
@@ -515,8 +517,8 @@
- (void)showOnboardingFlow
{
MXLogDebug(@"[MasterTabBarController] showAuthenticationScreen");
MXLogDebug(@"[MasterTabBarController] showOnboardingFlow");
// Check whether an authentication screen is not already shown or preparing
if (!self.onboardingCoordinatorBridgePresenter && !self.isOnboardingCoordinatorPreparing)
{