mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 10:06:23 +08:00
@@ -71,11 +71,9 @@ class _RcmdPageState extends CommonPageState<RcmdPage, RcmdController>
|
||||
if (controller.lastRefreshAt != null) {
|
||||
if (controller.lastRefreshAt == index) {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
controller
|
||||
..animateToTop()
|
||||
..onRefresh();
|
||||
},
|
||||
onTap: () => controller
|
||||
..animateToTop()
|
||||
..onRefresh(),
|
||||
child: Card(
|
||||
margin: EdgeInsets.zero,
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user