|
@@ -91,6 +91,7 @@ class SessionMixin constructor(
|
|
val newAccount = accountManager.currentAccount
|
|
val newAccount = accountManager.currentAccount
|
|
if (newAccount == null) {
|
|
if (newAccount == null) {
|
|
// no account available: force account creation
|
|
// no account available: force account creation
|
|
|
|
+ currentAccount = null
|
|
startAccountCreation()
|
|
startAccountCreation()
|
|
} else {
|
|
} else {
|
|
currentAccount = newAccount
|
|
currentAccount = newAccount
|