chore: do as suggested
This commit is contained in:
parent
acce4a8d7b
commit
27b2eac7ed
3 changed files with 2 additions and 30 deletions
|
|
@ -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(() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue