Hi everyone, I'm currently working on my first Watch Face and decided to replicate the partial updates philosophy to the onUpdate function and at every second I would only update the fields that would make sense to be updated every second (like heart rate), some others (like device battery) would be updated only once per minute (well, every electron saved counts). Everything went fine on the simulator, but when I compiled and moved to my real watch (Venu 2), the screen would be fine for 1 second (the first full draw) and then completely black, only the heart rate was drawn. Am I right to assume that the dc is not preserved between onUpdate() calls? And is there any way to revert this? Thanks in advance!
Bruno Bragança