This commit is contained in:
Giom Foret
2017-10-30 16:39:58 +01:00
parent 84262bdc85
commit 395c35e432
@@ -120,6 +120,7 @@
- (void)viewDidAppear:(BOOL)animated
{
NSLog(@"[MasterTabBarController] viewDidAppear");
[super viewDidAppear:animated];
// Check whether we're not logged in
@@ -332,6 +333,8 @@
- (void)showAuthenticationScreen
{
NSLog(@"[MasterTabBarController] showAuthenticationScreen");
// Check whether an authentication screen is not already shown or preparing
if (!self.authViewController && !isAuthViewControllerPreparing)
{