fix search list view
This commit is contained in:
@@ -648,11 +648,12 @@ class _ChannelListPageState extends State<ChannelListPage> {
|
|||||||
onPanDown: (_) => FocusScope.of(context).unfocus(),
|
onPanDown: (_) => FocusScope.of(context).unfocus(),
|
||||||
child: _isSearchActive
|
child: _isSearchActive
|
||||||
? MessageSearchListView(
|
? MessageSearchListView(
|
||||||
|
showErrorTile: true,
|
||||||
messageQuery: _channelQuery,
|
messageQuery: _channelQuery,
|
||||||
filters: {
|
filters: {
|
||||||
'members': {
|
'members': {
|
||||||
r'$in': [user.id]
|
r'$in': [user.id]
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
sortOptions: [
|
sortOptions: [
|
||||||
SortOption(
|
SortOption(
|
||||||
|
|||||||
Reference in New Issue
Block a user