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

Commit 0777c599 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Automerger Merge Worker
Browse files

Merge "Fix DialogLaunchAnimation perf regression" into tm-qpr-dev am: 82d1e991

parents 91d3b349 82d1e991
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()
    }