mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix hopper not showing when filters are open and theme changed
This commit is contained in:
parent
388595c290
commit
c61198d060
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue