diff --git a/lib/features/navigation/widgets/chats_drawer.dart b/lib/features/navigation/widgets/chats_drawer.dart index 040b5f2..ddce3c3 100644 --- a/lib/features/navigation/widgets/chats_drawer.dart +++ b/lib/features/navigation/widgets/chats_drawer.dart @@ -82,7 +82,7 @@ class _ChatsDrawerState extends ConsumerState { controller: _listController, physics: const AlwaysScrollableScrollPhysics(), slivers: [ - const CupertinoSliverRefreshControl(), + CupertinoSliverRefreshControl(onRefresh: _refreshChats), SliverPadding( padding: padding, sliver: SliverList(