This commit is contained in:
Horis
2023-03-06 12:51:54 +08:00
parent 55bd78d3b3
commit 2b886dab95

View File

@@ -116,7 +116,7 @@ class RemoteBookAdapter(context: Context, val callBack: CallBack) :
fun revertSelection() {
getItems().forEach {
if (!it.isDir) {
if (!it.isDir && !it.isOnBookShelf) {
if (selected.contains(it)) {
selected.remove(it)
} else {