mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Login multiple accounts after another
This commit is contained in:
parent
46eeaeea3a
commit
571b416b45
@ -140,6 +140,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
||||
.where((l) => l == LoginState.loggedIn)
|
||||
.first
|
||||
.then((_) {
|
||||
_loginClientCandidate = null;
|
||||
widget.clients.add(_loginClientCandidate);
|
||||
ClientManager.addClientNameToStore(_loginClientCandidate.clientName);
|
||||
_registerSubs(_loginClientCandidate.clientName);
|
||||
|
Loading…
Reference in New Issue
Block a user