fix: Login multiple accounts after another
This commit is contained in:
parent
ef4506fd8c
commit
5214210754
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
||||||
.where((l) => l == LoginState.loggedIn)
|
.where((l) => l == LoginState.loggedIn)
|
||||||
.first
|
.first
|
||||||
.then((_) {
|
.then((_) {
|
||||||
|
_loginClientCandidate = null;
|
||||||
widget.clients.add(_loginClientCandidate);
|
widget.clients.add(_loginClientCandidate);
|
||||||
ClientManager.addClientNameToStore(_loginClientCandidate.clientName);
|
ClientManager.addClientNameToStore(_loginClientCandidate.clientName);
|
||||||
_registerSubs(_loginClientCandidate.clientName);
|
_registerSubs(_loginClientCandidate.clientName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue