[MessageSearchListView] Add pullToRefresh
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -60,7 +60,6 @@ class MessageSearchBlocState extends State<MessageSearchBloc>
|
||||
String query,
|
||||
PaginationParams pagination,
|
||||
}) async {
|
||||
if (messageResponses?.isNotEmpty == true) return;
|
||||
_messageResponses.add(null);
|
||||
try {
|
||||
final messages = await _search(
|
||||
|
||||
Reference in New Issue
Block a user