mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-22 09:10:44 +01:00
fix: Crash when switching in a space
This commit is contained in:
parent
710a55ddbc
commit
7734ffa61d
@ -410,6 +410,7 @@ class ChatListController extends State<ChatList> {
|
||||
}
|
||||
|
||||
void setActiveClient(int i) => setState(() {
|
||||
_activeSpaceId = null;
|
||||
Matrix.of(context).activeClient = i;
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user