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

Commit 90a1e457 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 am: 0777c599

parents d155a1a4 0777c599
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()
    }