fix search list view

This commit is contained in:
Salvatore Giordano
2021-03-09 12:07:57 +01:00
parent 493ed3874f
commit d247c00c25
+2 -1
View File
@@ -648,11 +648,12 @@ class _ChannelListPageState extends State<ChannelListPage> {
onPanDown: (_) => FocusScope.of(context).unfocus(),
child: _isSearchActive
? MessageSearchListView(
showErrorTile: true,
messageQuery: _channelQuery,
filters: {
'members': {
r'$in': [user.id]
}
},
},
sortOptions: [
SortOption(