https://kotlinlang.org logo
#compose-wear
Title
# compose-wear
l

louiscad

09/29/2023, 12:54 PM
Hello, is there a way to disable the "full swipe" behavior in
SwipeToReveal
? EDIT: Found it:
Copy code
state = rememberRevealState(
    confirmValueChange = { it != RevealValue.Revealed }
)