Merge pull request #5218 from nextcloud/fix_multitask

Fix #5213 app is excluded from recent/current apps
This commit is contained in:
Tobias Kaminsky 2020-01-27 08:39:05 +01:00 committed by GitHub
commit b53c96cba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,10 +182,6 @@ public abstract class BaseActivity extends AppCompatActivity implements Injectab
if (newAccount == null) {
/// no account available: force account creation
createAccount(true);
if (enableAccountHandling) {
finish();
}
} else {
currentAccount = newAccount;
}