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

Commit b0bf84f6 authored by Omar Miatello's avatar Omar Miatello
Browse files

Fixed errors after updated aosp/3261955

Completed the swipe gesture in
multiPointerWaitAConsumableEventInMainPass to avoid possible errors.

Change-Id: I20bed6357c2f12027dbf5266912c486c54caa7bd
Merged-In: I69beecd0ae7c0b993da4812a663ae95077dff749
Test: atest MultiPointerDraggableTest
Bug: 365564010
Flag: com.android.systemui.scene_container
parent f19b45e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -346,6 +346,9 @@ class MultiPointerDraggableTest {

        continueDraggingDown()
        assertThat(stopped).isTrue()

        // Complete the gesture
        rule.onRoot().performTouchInput { up() }
    }

    @Test