mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-22 17:20:43 +01:00
fix: Account switcher crash
This commit is contained in:
parent
88865617cc
commit
b68910dae7
@ -411,6 +411,7 @@ class ChatListController extends State<ChatList> {
|
||||
|
||||
void setActiveClient(int i) => setState(() {
|
||||
_activeSpaceId = null;
|
||||
selectedRoomIds.clear();
|
||||
Matrix.of(context).activeClient = i;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user