fix: chats drawer pull to refresh

This commit is contained in:
cogwheel0
2025-09-02 22:24:30 +05:30
parent 093ba353fd
commit cfe4866992

View File

@@ -82,7 +82,7 @@ class _ChatsDrawerState extends ConsumerState<ChatsDrawer> {
controller: _listController,
physics: const AlwaysScrollableScrollPhysics(),
slivers: [
const CupertinoSliverRefreshControl(),
CupertinoSliverRefreshControl(onRefresh: _refreshChats),
SliverPadding(
padding: padding,
sliver: SliverList(