diff --git a/lib/ui/chat/chat_detailed_screen.dart b/lib/ui/chat/chat_detailed_screen.dart index f4ad2ab..2ab5fd8 100644 --- a/lib/ui/chat/chat_detailed_screen.dart +++ b/lib/ui/chat/chat_detailed_screen.dart @@ -32,9 +32,9 @@ class ChatDetailScreen extends StatefulWidget { } class _ChatDetailScreenState extends State { + final RefreshController _rc = RefreshController(initialRefresh: false); dynamic userDetails; late ChatProviderModel data; - final RefreshController _rc = RefreshController(initialRefresh: false); void getMoreChat() async { if (userDetails != null) {