Hello, I'm using compose-bom:2023.10.01, click on ...
# compose-android
a
Hello, I'm using compose-bom:2023.10.01, click on navbar buttons or any other button in my app does not have any sound effect (click). Should I do something specific to make it work? (clickable modifiers etc)
n
Copy code
val view = LocalView.current

Button(onClick = { view.playSoundEffect(SoundEffectConstants.CLICK) }) {}
plus green 1
a
Thanks @Nat Strangerweather! 🙂
👍 1