mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
Merge branch 'main' of gitlab.com:famedly/fluffychat
This commit is contained in:
commit
b54224301c
@ -140,10 +140,10 @@ 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);
|
||||||
|
_loginClientCandidate = null;
|
||||||
widget.router.currentState.to('/rooms');
|
widget.router.currentState.to('/rooms');
|
||||||
});
|
});
|
||||||
return _loginClientCandidate;
|
return _loginClientCandidate;
|
||||||
|
Loading…
Reference in New Issue
Block a user