Loading packages/SystemUI/animation/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,10 @@ constructor( ghostedView.visibility = View.VISIBLE ghostedView.invalidate() } if (isEphemeral) { onDispose() } } companion object { Loading Loading
packages/SystemUI/animation/src/com/android/systemui/animation/GhostedViewTransitionAnimatorController.kt +4 −0 Original line number Diff line number Diff line Loading @@ -397,6 +397,10 @@ constructor( ghostedView.visibility = View.VISIBLE ghostedView.invalidate() } if (isEphemeral) { onDispose() } } companion object { Loading