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

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

Revert local change

This CL reverts a local change that slipped away in ag/26597678.
Surprisingly enough the enableInterruptions flag is not checked in this
interruption() test (but it is in another interruption test).

Bug: 290930950
Test: ElementTest
Flag: com.android.systemui.scene_container
Change-Id: I833d77d51e9bda910ca382cae9260383ac55e81a
parent 88e15dd0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1078,7 +1078,6 @@ class ElementTest {
                        from(SceneA, to = SceneB) { spec = tween(duration, easing = LinearEasing) }
                        from(SceneB, to = SceneC) { spec = tween(duration, easing = LinearEasing) }
                    },
                    enableInterruptions = false,
                )
            }