mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix backdrop showing for when library has one category
This commit is contained in:
parent
7f72eabfc3
commit
b6de6a77f0
1 changed files with 3 additions and 1 deletions
|
@ -1532,7 +1532,9 @@ class LibraryController(
|
|||
}
|
||||
searchItem.fixExpand(
|
||||
onExpand = {
|
||||
if (!binding.recyclerCover.isClickable && query.isBlank()) {
|
||||
if (!binding.recyclerCover.isClickable && query.isBlank() &&
|
||||
!singleCategory && presenter.showAllCategories
|
||||
) {
|
||||
showCategories(true)
|
||||
}
|
||||
invalidateMenuOnExpand()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue