chore: Follow up spaces fix
This commit is contained in:
parent
ec3022d5a3
commit
635543a7d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue