mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fixed elevation issue when going into manga details
This commit is contained in:
parent
9586b564ed
commit
226eacdfcb
@ -108,6 +108,8 @@ fun Controller.scrollViewWith(
|
||||
super.onChangeStart(controller, changeHandler, changeType)
|
||||
if (changeType.isEnter)
|
||||
elevateFunc(elevate)
|
||||
else
|
||||
elevationAnim?.cancel()
|
||||
}
|
||||
})
|
||||
elevateFunc(recycler.canScrollVertically(-1))
|
||||
|
Loading…
Reference in New Issue
Block a user