mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 03:54:18 -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
|
item_book_label_video.visibility = View.GONE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
itemBookCheckbox.isChecked = item.isSelected
|
||||||
when (selectionMode) {
|
when (selectionMode) {
|
||||||
MULTI -> {
|
MULTI -> {
|
||||||
itemBookCheckbox.visibility = View.VISIBLE
|
itemBookCheckbox.visibility = View.VISIBLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user