Assigned
Status Update
Comments
jb...@physitrack.com <jb...@physitrack.com> #2
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
No update yet.
Seeing the same issue in ModalBottomSheet from material3-android -> 1.4.0-alpha05
.
Description
Jetpack Compose version: 1.7.0
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: Compose Multiplatform
Android Studio Build: Fleet 1.41.101
Kotlin version: 2.0.21
Steps to Reproduce or Code Sample to Reproduce:
Internals of
RadioButton
creates the ripple directly instead of using theLocalIndication
properly:Note:
This should be replaced with using
indication = LocalIndication.current
For our app that is multiplatform app having possibility to override globally the indication to another one is way to provide iOS experience using material components directly.