Hello, When I call "detectDragGesture" It effect ...
# compose
a
Hello, When I call "detectDragGesture" It effect the other methods that I called in "pointerInput(Unit)" like "detectTransformGestures" What I have to do ?! 😢😢
s
Copy code
Modifier
    .pointerInput(Unit) { detectDragGesture ... }
    .pointerInput(Unit) { detectTapWhatsoever ... }
a
@ste detectTransformGesture Doesn't call if I called detectDragGesture !!!