mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:35:10 +01:00
Fix toolbar menu being broken on transition (fixes #5135)
This commit is contained in:
parent
2d8858edb4
commit
034506f56b
@ -34,8 +34,9 @@ class OneWayFadeChangeHandler : FadeChangeHandler {
|
||||
}
|
||||
|
||||
if (from != null && (!isPush || removesFromViewOnPush())) {
|
||||
container.removeView(from)
|
||||
from.alpha = 0f
|
||||
}
|
||||
|
||||
return animator
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user