mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 15:41:52 +01:00
removing one of the post calls in library
just as a start
This commit is contained in:
parent
7156b9469b
commit
a81e95b192
@ -565,11 +565,10 @@ class LibraryController(
|
|||||||
)
|
)
|
||||||
|
|
||||||
// Using a double post because when the filter sheet is open it hides the hopper
|
// Using a double post because when the filter sheet is open it hides the hopper
|
||||||
view.post {
|
viewScope.launchUI {
|
||||||
view.post {
|
delay(50)
|
||||||
updateHopperY()
|
updateHopperY()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
setSwipeRefresh()
|
setSwipeRefresh()
|
||||||
|
|
||||||
ViewCompat.setWindowInsetsAnimationCallback(view, cb)
|
ViewCompat.setWindowInsetsAnimationCallback(view, cb)
|
||||||
|
Loading…
Reference in New Issue
Block a user