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(), - // ), - // ); }); }