mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 15:16:15 +08:00
@@ -81,10 +81,10 @@ mixin DeleteItemMixin<R, T extends MultiSelectData>
|
||||
} else {
|
||||
list.removeWhere(removeList.contains);
|
||||
}
|
||||
if (!isEnd) {
|
||||
onReload();
|
||||
} else {
|
||||
if (list.isNotEmpty || isEnd) {
|
||||
loadingState.refresh();
|
||||
} else {
|
||||
onReload();
|
||||
}
|
||||
if (enableMultiSelect.value) {
|
||||
rxCount.value = 0;
|
||||
|
||||
Reference in New Issue
Block a user