mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 12:10:33 +08:00
@@ -29,9 +29,7 @@ class _FavArticlePageState extends State<FavArticlePage>
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return refreshIndicator(
|
||||
onRefresh: () async {
|
||||
await _favArticleController.onRefresh();
|
||||
},
|
||||
onRefresh: _favArticleController.onRefresh,
|
||||
child: CustomScrollView(
|
||||
slivers: [
|
||||
SliverPadding(
|
||||
|
||||
Reference in New Issue
Block a user