Fix DialogLaunchAnimation perf regression
Bug: 253521456 Test: https://paste.googleplex.com/4555806736384000 Change-Id: I0789119fd8aacd1d2087e08eb17813606802f145
This commit is contained in:
@@ -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