mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-22 17:20:43 +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(() {
|
void setActiveClient(int i) => setState(() {
|
||||||
|
_activeSpaceId = null;
|
||||||
Matrix.of(context).activeClient = i;
|
Matrix.of(context).activeClient = i;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user