Launch the app on Recents tab when user is already logged

This commit is contained in:
giomfo 2014-12-22 16:16:34 +01:00
parent 6affb99296
commit 14a5bd58b1

View file

@ -69,6 +69,8 @@
if ([[MatrixHandler sharedHandler] isLogged]) {
[self registerUserNotificationSettings];
// When user is already logged, we launch the app on Recents
[self.masterTabBarController setSelectedIndex:TABBAR_RECENTS_INDEX];
}
}
return YES;