Hi everyone,
I'm writing a watchface that uses background temporal events to pull data from a couple of APIs and then present the key elements graphically. Everything is working pretty well except one minor irritation that I just cannot figure out.
When I install the watchface on my actual watch (Fenix 6s) something strange is happening when I return to the watch face from the app list (ie from watchface click top right button -> list of apps displayed -> click bottom right button to return to watchfact -> watchface reappears). When the watchface reappears everything is redrawn exactly as before (so all good so far), but there is a semitransparent white/light grey overlay across the whole screen which only goes when the screen does a full refresh at the next minute ticks over.
What is more frustrating is that I can't seem to recreate it in the simulator so a bit stuck on how to diagnose.
I would be really grateful for any advice (eg I assume 'onUpdate()' is called when returning to the watchface, but is there anything else)?
Happy coding!