mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-29 15:00:14 +08:00
@@ -55,7 +55,7 @@ class _FansPageState extends State<FansPage> {
|
||||
body: SafeArea(
|
||||
bottom: false,
|
||||
child: refreshIndicator(
|
||||
onRefresh: () async => await _fansController.onRefresh(),
|
||||
onRefresh: _fansController.onRefresh,
|
||||
child: CustomScrollView(
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
controller: _fansController.scrollController,
|
||||
|
||||
Reference in New Issue
Block a user