mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user