Loading packages/SystemUI/animation/src/com/android/systemui/animation/DialogLaunchAnimator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -865,7 +865,7 @@ private class AnimatedDialog( return } ViewRootSync.synchronizeNextDraw(decorView, controller.viewRoot.view, then) ViewRootSync.synchronizeNextDraw(controller.viewRoot.view, decorView, then) decorView.invalidate() controller.viewRoot.view.invalidate() } Loading Loading
packages/SystemUI/animation/src/com/android/systemui/animation/DialogLaunchAnimator.kt +1 −1 Original line number Diff line number Diff line Loading @@ -865,7 +865,7 @@ private class AnimatedDialog( return } ViewRootSync.synchronizeNextDraw(decorView, controller.viewRoot.view, then) ViewRootSync.synchronizeNextDraw(controller.viewRoot.view, decorView, then) decorView.invalidate() controller.viewRoot.view.invalidate() } Loading