mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Fix #5213
This commit is contained in:
parent
5d15aa4add
commit
97eda02db6
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