mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 20:15:09 +01:00
Fixed being able to select all on a collasped category
This commit is contained in:
parent
5718b9e7d9
commit
6e8c285646
@ -164,8 +164,8 @@ class LibraryHeaderItem(
|
||||
else R.drawable.ic_expand_less_24dp)
|
||||
when {
|
||||
adapter.mode == SelectableAdapter.Mode.MULTI -> {
|
||||
checkboxImage.visible()
|
||||
expandImage.invisible()
|
||||
checkboxImage.visibleIf(!category.isHidden)
|
||||
expandImage.visibleIf(category.isHidden && !adapter.isSingleCategory)
|
||||
updateButton.gone()
|
||||
catProgress.gone()
|
||||
setSelection()
|
||||
|
Loading…
Reference in New Issue
Block a user