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

Commit fc314420 authored by burakov's avatar burakov Committed by Danny Burakov
Browse files

[flexiglass] Fix transition check unintentionally removed in ag/29690011

Bug: 356596436
Flag: com.android.systemui.scene_container
Test: Existing unit tests still pass.
Change-Id: I73df75469d57a607e72e697a75964460c5a7f153
parent 7b754a02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ constructor(
            1f
        } else if (
            change.isTransitioningBetween(Scenes.Gone, Scenes.Shade) ||
                change.isTransitioning(from = Scenes.Gone, to = Scenes.Lockscreen)
                change.isTransitioning(from = Scenes.Shade, to = Scenes.Lockscreen)
        ) {
            shadeExpansion
        } else if (change.isTransitioningBetween(Scenes.Gone, Scenes.QuickSettings)) {