mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-23 09:40:40 +01:00
fix: Account switcher crash
This commit is contained in:
parent
88865617cc
commit
b68910dae7
@ -411,6 +411,7 @@ class ChatListController extends State<ChatList> {
|
|||||||
|
|
||||||
void setActiveClient(int i) => setState(() {
|
void setActiveClient(int i) => setState(() {
|
||||||
_activeSpaceId = null;
|
_activeSpaceId = null;
|
||||||
|
selectedRoomIds.clear();
|
||||||
Matrix.of(context).activeClient = i;
|
Matrix.of(context).activeClient = i;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user