mod: 推荐视频增加时长显示 issues #71、推荐栏刷新逻辑
This commit is contained in:
@ -77,7 +77,8 @@ class _RcmdPageState extends State<RcmdPage>
|
||||
),
|
||||
child: RefreshIndicator(
|
||||
onRefresh: () async {
|
||||
return await _rcmdController.onRefresh();
|
||||
await _rcmdController.onRefresh();
|
||||
await Future.delayed(const Duration(milliseconds: 300));
|
||||
},
|
||||
child: CustomScrollView(
|
||||
controller: _rcmdController.scrollController,
|
||||
|
Reference in New Issue
Block a user