Merge branch 'main' of gitlab.com:famedly/fluffychat
This commit is contained in:
commit
8fce5c0c4f
11 changed files with 147 additions and 117 deletions
|
|
@ -245,7 +245,10 @@ class ChatListController extends State<ChatList> {
|
|||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => ChatListView(this);
|
||||
Widget build(BuildContext context) {
|
||||
Matrix.of(context).navigatorContext = context;
|
||||
return ChatListView(this);
|
||||
}
|
||||
}
|
||||
|
||||
enum ChatListPopupMenuItemActions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue