So I noticed today that every watchface I have created using a 1 second per frame conditional is no longer functioning on my watch:
For Reference:
Image 1 Opacity: $(#Ds#%4)=0.0?100:0$
Image 2 Opacity: $(#Ds#%4)=1.0?100:0$
Image 3 Opacity: $(#Ds#%4)=2.0?100:0$
Image 4 Opacity: $(#Ds#%4)=3.0?100:0$
$(#Ds#%[number of total frames])=[frame number]?100:0$
They look fine in the preview on the desktop site, but when I view them in my app or sync them to my watch the images with those tags have completed disappeared. This is true for every watchface I have created using the above conditional. Here is my blinking traffic signal for reference:
It looks perfectly fine there in the preview, but on the app and on my watch, none of the lights or info are blinking or even available. It’s just a blank, black traffic light.
Anyone have an idea of what could be the issue? I have tried completely uninstalling and re-installing Facer on both my phone and my watch. They worked just fine previously, but nothing seems to help now. I have the original Huawei if that helps.
Thank you.