Fix DialogLaunchAnimation perf regression

Bug: 253521456
Test: https://paste.googleplex.com/4555806736384000
Change-Id: I0789119fd8aacd1d2087e08eb17813606802f145
This commit is contained in:
Jordan Demeulenaere
2022-10-18 19:26:08 +02:00
parent 693d0a4131
commit 6ffb52e2db

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