mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-21 19:41:38 -04:00
#1253 check checkboxes
This commit is contained in:
parent
51998e8f20
commit
1e453822ad
@ -70,6 +70,7 @@ sealed class BookOnDiskViewHolder<T : BooksOnDiskListItem>(containerView: View)
|
||||
item_book_label_video.visibility = View.GONE
|
||||
}
|
||||
|
||||
itemBookCheckbox.isChecked = item.isSelected
|
||||
when (selectionMode) {
|
||||
MULTI -> {
|
||||
itemBookCheckbox.visibility = View.VISIBLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user