Fix hopper not showing when filters are open and theme changed

This commit is contained in:
Jays2Kings 2021-04-16 03:25:21 -04:00
parent 388595c290
commit c61198d060

View File

@ -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()) {