Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-08 19:30:06 +08:00
parent d108373c33
commit 810505ea1d
2 changed files with 12 additions and 10 deletions

View File

@@ -433,7 +433,7 @@ class RequestUtils {
TextButton(
onPressed: () {
if (checkedId != null) {
Iterable removeList = ctr.allChecked;
Set removeList = ctr.allChecked.toSet();
SmartDialog.showLoading();
FavHttp.copyOrMoveFav(
isCopy: isCopy,