From dc9d1715d9fa70619493fee3b5e32ee8ca1bc8ff Mon Sep 17 00:00:00 2001 From: "Aamir.Muhammad" Date: Mon, 21 Nov 2022 16:44:55 +0300 Subject: [PATCH] Chat Updates & Counter Event Modifications --- lib/ui/chat/chat_home.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ui/chat/chat_home.dart b/lib/ui/chat/chat_home.dart index 4286f52..b2db98a 100644 --- a/lib/ui/chat/chat_home.dart +++ b/lib/ui/chat/chat_home.dart @@ -36,11 +36,6 @@ class _ChatHomeState extends State { data = Provider.of(context, listen: false); data.getUserAutoLoginToken(context).whenComplete(() { data.getUserRecentChats(); - // GetUserChatHistoryNotDeliveredAsync( - // userId: int.parse( - // AppState().chatDetails!.response!.id.toString(), - // ), - // ); }); }