mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -62,9 +62,7 @@ class _FollowChildPageState extends State<FollowChildPage>
|
||||
}
|
||||
|
||||
Widget get _child => refreshIndicator(
|
||||
onRefresh: () async {
|
||||
await _followController.onRefresh();
|
||||
},
|
||||
onRefresh: _followController.onRefresh,
|
||||
child: CustomScrollView(
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
slivers: [
|
||||
|
||||
Reference in New Issue
Block a user