mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: remove refresh fav folder
Closes #675 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -98,10 +98,6 @@ class _FavVideoPageState extends State<FavVideoPage>
|
|||||||
.response;
|
.response;
|
||||||
list.removeAt(index);
|
list.removeAt(index);
|
||||||
_favController.loadingState.refresh();
|
_favController.loadingState.refresh();
|
||||||
} else {
|
|
||||||
Future.delayed(const Duration(milliseconds: 255), () {
|
|
||||||
_favController.onRefresh();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user