mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
removing one of the post calls in library
just as a start
This commit is contained in:
parent
7156b9469b
commit
a81e95b192
1 changed files with 3 additions and 4 deletions
|
@ -565,10 +565,9 @@ class LibraryController(
|
|||
)
|
||||
|
||||
// Using a double post because when the filter sheet is open it hides the hopper
|
||||
view.post {
|
||||
view.post {
|
||||
updateHopperY()
|
||||
}
|
||||
viewScope.launchUI {
|
||||
delay(50)
|
||||
updateHopperY()
|
||||
}
|
||||
setSwipeRefresh()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue