android / snippets

Main repository for snippets surfaced on developer.android.com.
Apache License 2.0
561 stars 152 forks source link

detectTapGestures and detectDragGestures not working even add two PointerInput #243

Closed ranjithbobby89 closed 3 days ago

ranjithbobby89 commented 5 months ago

https://github.com/android/snippets/blob/7925f9d19a3a4bca15ef68892ea4938da6157f85/compose/snippets/src/main/java/com/example/compose/snippets/touchinput/pointerinput/UnderstandGesturesSnippets.kt#L151-L166

Only detectDragGestures was works

JolandaVerhoef commented 3 days ago

Ran this on a Pixel 7 SDK 34 emulator, when tapping I see the "Tap!" text, when dragging I see "Dragging". Works as expected, so I'll close this issue. Feel free to re-open with more specific steps to reproduce.