mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-20 08:09:21 +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(
|
searchItem.fixExpand(
|
||||||
onExpand = {
|
onExpand = {
|
||||||
if (!binding.recyclerCover.isClickable && query.isBlank()) {
|
if (!binding.recyclerCover.isClickable && query.isBlank() &&
|
||||||
|
!singleCategory && presenter.showAllCategories
|
||||||
|
) {
|
||||||
showCategories(true)
|
showCategories(true)
|
||||||
}
|
}
|
||||||
invalidateMenuOnExpand()
|
invalidateMenuOnExpand()
|
||||||
|
Loading…
Reference in New Issue
Block a user