I have a weird issue where items in my `ScalingLaz...
# compose-wear
b
I have a weird issue where items in my
ScalingLazyColumn
randomly appear a bit dimmer/brighter (it's subtle but noticeable). 🤔 I can't find a reproducible way to trigger it, just scrolling up/down and it will happen or not. Sometimes I can also notice a crude antialiasing (screenshot 3), but I think this is on the emulator only. But the first 2 variations I can notice on my Pixel Watch. It may be my code doing something wrong, but it's a pretty straightforward list... Any idea of what could cause this?
from what I can tell it's an issue with the text only (the card background has the same exact color in 3 screenshots)
my theory is that the text is drawn twice or 3 times - no idea why though
All right updating dependencies fixes it (not sure exactly which one, I updated wear-compose 1.3.0 -> 1.3.1, horologist 0.6.5 -> 0.6.8, and a bunch of others)
s
Thanks for the detailed report. I have also seen that overlap between the list content and the position indicator.
👍 1
y
It could certainly be a bug in the horologist Card. There is a clumsy support for long click. I'll take a look
👍 1
Be aware Horologist 0.6.x is based on wear compose 1.4 alphas. So you aren't on 1.3.1
b
Oh that's good to know.