fix: chats drawer pull to refresh
This commit is contained in:
@@ -82,7 +82,7 @@ class _ChatsDrawerState extends ConsumerState<ChatsDrawer> {
|
|||||||
controller: _listController,
|
controller: _listController,
|
||||||
physics: const AlwaysScrollableScrollPhysics(),
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
slivers: [
|
slivers: [
|
||||||
const CupertinoSliverRefreshControl(),
|
CupertinoSliverRefreshControl(onRefresh: _refreshChats),
|
||||||
SliverPadding(
|
SliverPadding(
|
||||||
padding: padding,
|
padding: padding,
|
||||||
sliver: SliverList(
|
sliver: SliverList(
|
||||||
|
|||||||
Reference in New Issue
Block a user