2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-07-12 15:07:24 +02:00

chore: Follow up spaces fix

This commit is contained in:
Christian Pauly 2022-09-10 11:39:23 +02:00
parent 9bc3c90217
commit ae29343374

@ -574,6 +574,7 @@ class ChatListController extends State<ChatList>
void setActiveClient(Client client) {
VRouter.of(context).to('/rooms');
setState(() {
activeSpaceId = null;
selectedRoomIds.clear();
Matrix.of(context).setActiveClient(client);
});