mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-09 12:59:34 +02:00
Fix toolbar menu being broken on transition (fixes #5135)
This commit is contained in:
@@ -34,8 +34,9 @@ class OneWayFadeChangeHandler : FadeChangeHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (from != null && (!isPush || removesFromViewOnPush())) {
|
if (from != null && (!isPush || removesFromViewOnPush())) {
|
||||||
container.removeView(from)
|
from.alpha = 0f
|
||||||
}
|
}
|
||||||
|
|
||||||
return animator
|
return animator
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user