opt: action item gesture

Closes #29

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-01 08:54:52 +08:00
parent ce6ccf3918
commit a6f5bd8d7d
4 changed files with 28 additions and 9 deletions

View File

@@ -152,6 +152,7 @@ class LaterController extends MultiSelectController {
Set remainList = ((loadingState.value as Success).response as List)
.toSet()
.difference(result.toSet());
count.value -= aids.length;
loadingState.value = LoadingState.success(remainList.toList());
if (enableMultiSelect.value) {
checkedCount.value = 0;