mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge pull request #5218 from nextcloud/fix_multitask
Fix #5213 app is excluded from recent/current apps
This commit is contained in:
commit
b53c96cba0
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue