mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 12:38:34 +00:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -208,9 +208,7 @@ class FavDetailController
|
||||
var res = await FavHttp.cleanFav(mediaId: mediaId);
|
||||
if (res['status']) {
|
||||
SmartDialog.showToast('清除成功');
|
||||
Future.delayed(const Duration(milliseconds: 200), () {
|
||||
onReload();
|
||||
});
|
||||
Future.delayed(const Duration(milliseconds: 200), onReload);
|
||||
} else {
|
||||
SmartDialog.showToast(res['msg']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user