mod: 代码整理
This commit is contained in:
@ -41,6 +41,7 @@ class _RcmdPageState extends State<RcmdPage>
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
super.build(context);
|
||||
return RefreshIndicator(
|
||||
onRefresh: () async {
|
||||
return await _rcmdController.onRefresh();
|
||||
|
Reference in New Issue
Block a user