Fix toolbar menu being broken on transition (fixes #5135)
(cherry picked from commit 034506f56b96b7f01c2d27021236e55f0542c559)
This commit is contained in:
parent
674a9c5067
commit
d5fcded898
1 changed files with 2 additions and 1 deletions
|
|
@ -29,8 +29,9 @@ class OneWayFadeChangeHandler : FadeChangeHandler {
|
|||
}
|
||||
|
||||
if (from != null && (!isPush || removesFromViewOnPush())) {
|
||||
container.removeView(from)
|
||||
from.alpha = 0f
|
||||
}
|
||||
|
||||
return animator
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue