Hello, is there a way to disable the "full swipe" ...
# compose-wear
l
Hello, is there a way to disable the "full swipe" behavior in
SwipeToReveal
? EDIT: Found it:
Copy code
state = rememberRevealState(
    confirmValueChange = { it != RevealValue.Revealed }
)