mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix toolbar menu being broken on transition (fixes #5135)
This commit is contained in:
parent
2d8858edb4
commit
034506f56b
1 changed files with 2 additions and 1 deletions
|
@ -34,8 +34,9 @@ class OneWayFadeChangeHandler : FadeChangeHandler {
|
|||
}
|
||||
|
||||
if (from != null && (!isPush || removesFromViewOnPush())) {
|
||||
container.removeView(from)
|
||||
from.alpha = 0f
|
||||
}
|
||||
|
||||
return animator
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue