I am aware that there was a problem with Wear OS reverse Progress bars, but my android app updated yesterday and the update notes mentioned fixing this. I’m still having this problem, so I would like to understand if my expression could be improved, or if this is really a bug.
This is my Expression:
-((floor((clamp(#ZSC#,0,10000)/10000)*10)/10)/1.2)
The reason for the minus is the progress is running in reverse and uncovering a background layer as the value increases.
Thanks so much for taking the time to read this.