chore: do as suggested

This commit is contained in:
ShootingStarDragons 2025-11-19 18:16:37 +09:00
commit 27b2eac7ed
3 changed files with 2 additions and 30 deletions

View file

@ -415,7 +415,6 @@ class ChatListController extends State<ChatList>
);
});
Matrix.of(context).setController(this);
super.initState();
}
@ -816,14 +815,6 @@ class ChatListController extends State<ChatList>
_clientStream.add(client);
}
void setActiveClientWithUserId(String name) {
setState(() {
activeFilter = ActiveFilter.allChats;
_activeSpaceId = null;
Matrix.of(context).setActiveClientWithUserId(name);
});
}
void setActiveBundle(String bundle) {
context.go('/rooms');
setState(() {