Merge "Fix DialogLaunchAnimation perf regression" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
82d1e9910a
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user