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