mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 06:39:20 +01:00
Fix backdrop showing for when library has one category
This commit is contained in:
parent
7f72eabfc3
commit
b6de6a77f0
@ -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…
Reference in New Issue
Block a user