mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +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.isRefreshing = false
|
||||
if (!LibraryUpdateService.isRunning()) {
|
||||
|
Loading…
Reference in New Issue
Block a user