Merge "Fix DialogLaunchAnimation perf regression" into tm-qpr-dev

This commit is contained in:
Jordan Demeulenaere
2022-10-18 20:16:37 +00:00
committed by Android (Google) Code Review

View File

@@ -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()
}