Loading packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/MultiPointerDraggableTest.kt +3 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,9 @@ class MultiPointerDraggableTest { continueDraggingDown() assertThat(stopped).isTrue() // Complete the gesture rule.onRoot().performTouchInput { up() } } @Test Loading Loading
packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/MultiPointerDraggableTest.kt +3 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,9 @@ class MultiPointerDraggableTest { continueDraggingDown() assertThat(stopped).isTrue() // Complete the gesture rule.onRoot().performTouchInput { up() } } @Test Loading