fix: Crash when switching in a space

This commit is contained in:
Christian Pauly 2021-09-18 13:54:15 +02:00
parent 710a55ddbc
commit 7734ffa61d

View File

@ -410,6 +410,7 @@ class ChatListController extends State<ChatList> {
}
void setActiveClient(int i) => setState(() {
_activeSpaceId = null;
Matrix.of(context).activeClient = i;
});