mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 17:16:29 +08:00
opt pgc/pugv intro panel
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -81,13 +81,10 @@ mixin DeleteItemMixin<R, T extends MultiSelectData>
|
||||
} else {
|
||||
list.removeWhere(removeList.contains);
|
||||
}
|
||||
if (list.isNotEmpty) {
|
||||
loadingState.refresh();
|
||||
} else if (!isEnd) {
|
||||
if (!isEnd) {
|
||||
onReload();
|
||||
} else {
|
||||
// empty && end
|
||||
loadingState.value = const Success(null);
|
||||
loadingState.refresh();
|
||||
}
|
||||
if (enableMultiSelect.value) {
|
||||
rxCount.value = 0;
|
||||
|
||||
Reference in New Issue
Block a user