merge-requests/100/head
Aamir Muhammad 3 years ago
parent ae559df29f
commit ef347f1078

@ -125,6 +125,7 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin {
AppState().chatDetails!.response!.id.toString(),
),
);
sort();
notifyListeners();
if (searchedChats!.isNotEmpty) {
getUserImages();

Loading…
Cancel
Save