:wave: Hey, so friends of mine are having a weird issue with ripple on my app, and I can’t repro it ...
q
👋 Hey, so friends of mine are having a weird issue with ripple on my app, and I can’t repro it on my phone(s). The ripple are never disappearing. I’m on 1.0.0-beta05. Has anyone hear of an issue like that?
👀 2
👍 1
to give a bit more context here, the items are in a LazyRow and when clicked they open a ModalBottomSheetLayout
a
Looks nice though. 😆
And yes I encounter the same issue for items inside
Lazy
Row and Column
https://issuetracker.google.com/issues/178631058 I reported before and it’s fixed but there might be a regression?
q
thanks Allan 🙂
e
What kind of phones are they using? I’ve seen some similar issues on 2018-2019 xiaomi phones
n
I saw a similar issue one month ago: https://stackoverflow.com/questions/66448080/animations-and-effects-broken-on-keyboard-written-in-jetpack-compose-after-upgra/66713043#66713043 It was related to lifecycle. Looks like the ripple effect is only updated when the view is in resume state. https://issuetracker.google.com/issues/182024841