barat
06/25/2024, 2:13 PMprivate fun updateConfiguration() {
observeReads {
val configuration = currentValueOf(LocalRippleConfiguration)
if (configuration == null) {
removeRipple()
} else {
if (rippleNode == null) attachNewRipple()
}
}
}
Or there may be other reasons. I thinks I need to dig into wear-compose-material a little more.
For now, I think I need to replace the items in the wear-compose-material to compose-material for ripple-migration.
Am I missing something about ripple-migration?