mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +01:00
Fixed jumping categories while searching library
This commit is contained in:
parent
7d7afd474e
commit
b791c6c2d8
@ -584,7 +584,7 @@ class LibraryController(
|
||||
is LibraryHeaderItem -> return item
|
||||
is LibraryItem -> return item.header
|
||||
}
|
||||
return null
|
||||
return adapter.headerItems.firstOrNull() as? LibraryHeaderItem
|
||||
}
|
||||
|
||||
private fun getCategoryOrder(): Int? {
|
||||
|
Loading…
Reference in New Issue
Block a user