From ae29343374cb8a78104bbea4d5535441434aa419 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 10 Sep 2022 11:39:23 +0200 Subject: [PATCH] chore: Follow up spaces fix --- lib/pages/chat_list/chat_list.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/chat_list/chat_list.dart b/lib/pages/chat_list/chat_list.dart index 0ceaebab..8e2f157f 100644 --- a/lib/pages/chat_list/chat_list.dart +++ b/lib/pages/chat_list/chat_list.dart @@ -574,6 +574,7 @@ class ChatListController extends State void setActiveClient(Client client) { VRouter.of(context).to('/rooms'); setState(() { + activeSpaceId = null; selectedRoomIds.clear(); Matrix.of(context).setActiveClient(client); });