You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hours arent´set correctly. If you have a flip from i. e. 23 oclock to 5 oclock because of a watchface activation at this time points, the leading 2 isn´t deleted which results in 25 o`clock.
My guess is that this issue comes from this line in the generated code:
The hours arent´set correctly. If you have a flip from i. e. 23 o
clock to 5 o
clock because of a watchface activation at this time points, the leading2
isn´t deleted which results in 25 o`clock.My guess is that this issue comes from this line in the generated code:
ZSWatch/app/src/ui/watchfaces/73_2_dial/zsw_watchface_73_2_dial_ui.c
Line 338 in 684d88b
I think an additional
else
where the image source for the number0
is loaded should fix the issue.The text was updated successfully, but these errors were encountered: