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

Commit b6891b95 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Enable deferTransitionProgress in Flexiglass

Bug: 417444347
Test: Manual, performed the shade transitions and noticed there was less
 lag
Flag: com.android.systemui.scene_container
Change-Id: Ibe58a3dcbf9411907ebf10be1fad06d10aefdcfd
parent e9340e62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ fun SceneContainer(
                    cuj = transition.cuj,
                )
            },
            deferTransitionProgress = true,
        )

    DisposableEffect(state) {