Hi,
I just got feedback on my Philips Test Pattern watchface for the fenix3 / d2bravo.
Apparently the minutes shows single digit instead of being padded with a leading 0 when the minutes < 10.
Unfortunately I cannot reproduce this with the simulator, and I don't have an actual fenix3 to test this on.
The simulator shows it correctly like 05 instead of the reported 5 being shown.
I use the following line of code to format the minutes correctly:
View.findDrawableById("mins").setText(clockTime.min.format("%.2d"));
I compiled it with SDK 1.1.2.
Is it possible that this is a bug on an older firmware on the watch?
Was reported by Hoy Pak kwai. Could this be an issue with APAC watches? I am just taking a wild guess based on the name of the user who reported this.
Please advise.
Regards,
H