mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 17:25:09 +01:00
Fix hopper not showing when filters are open and theme changed
This commit is contained in:
parent
388595c290
commit
c61198d060
@ -491,6 +491,12 @@ class LibraryController(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Using a double post because when the filter sheet is open it hides the hopper
|
||||||
|
view.post {
|
||||||
|
view.post {
|
||||||
|
updateHopperY()
|
||||||
|
}
|
||||||
|
}
|
||||||
binding.swipeRefresh.setOnRefreshListener {
|
binding.swipeRefresh.setOnRefreshListener {
|
||||||
binding.swipeRefresh.isRefreshing = false
|
binding.swipeRefresh.isRefreshing = false
|
||||||
if (!LibraryUpdateService.isRunning()) {
|
if (!LibraryUpdateService.isRunning()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user