Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82d1e991 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

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

parents 5be30d7d 6ffb52e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()
    }