Tutorial removed from log out state (#4479)

* tutorial removed from log out state

* Issue removed
This commit is contained in:
Ayan Sarkar 2021-06-29 14:42:30 +05:30 committed by GitHub
parent e9a2c32527
commit 51d06c1ef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 19 deletions

View file

@ -208,9 +208,6 @@ public class LoginActivity extends AccountAuthenticatorActivity {
@Override
protected void onResume() {
super.onResume();
if (applicationKvStore.getBoolean("firstrun", true)) {
WelcomeActivity.startYourself(this);
}
if (sessionManager.getCurrentAccount() != null
&& sessionManager.isUserLoggedIn()) {