mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Fix navigation after clear data
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user