mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 21:33:53 +01:00
Login added in drawer and drawer made dynamic
This commit is contained in:
parent
b33bf387c6
commit
dc4222e3d4
3 changed files with 26 additions and 22 deletions
|
|
@ -183,6 +183,7 @@ public class LoginActivity extends AccountAuthenticatorActivity {
|
|||
if (sessionManager.getCurrentAccount() != null
|
||||
&& sessionManager.isUserLoggedIn()
|
||||
&& sessionManager.getCachedAuthCookie() != null) {
|
||||
|
||||
startMainActivity();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue