From cfe48669921db1da718570ced310f50897ec2ae6 Mon Sep 17 00:00:00 2001 From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com> Date: Tue, 2 Sep 2025 22:24:30 +0530 Subject: [PATCH] fix: chats drawer pull to refresh --- lib/features/navigation/widgets/chats_drawer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(