mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-26 19:18:43 +00:00
fix fav favFolder toast
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -184,8 +184,10 @@ class FavDetailController
|
||||
folderInfo
|
||||
..value.favState = isFav ? 0 : 1
|
||||
..refresh();
|
||||
SmartDialog.showToast('${isFav ? '取消' : ''}收藏成功');
|
||||
} else {
|
||||
res.toast();
|
||||
}
|
||||
res.toast();
|
||||
}
|
||||
|
||||
Future<void> cleanFav() async {
|
||||
|
||||
Reference in New Issue
Block a user