mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
chore: Follow up spaces fix
This commit is contained in:
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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user