150place
WatchMaker Bug Tracking All the ideas and discussions
5 votes Vote

on_display_not_bright() not working anymore

this function is not working anymore (LG watch R) which has worked before.

When i have this function in my script:
var_debug='no debug info'

function on_display_not_bright()
var_debug='I am/was dimmed'
end

and I show this var_debug somewhere in my watchface,
I still see the initial value even when it was dimmed.
In the software on my phone, it works.

Marcel Huijkman , 08.01.2019, 08:31
Idea status: under consideration

Comments

Korkman, 24.07.2019, 11:02
This is a serious regression bug. My multiscreen watchface depends on this function call. With it gone, my watch is broken. ZenWatch 3.
keithcohen, 07.09.2019, 04:15
This regression is visible on Fossil gen 5 on version 5.4.4. variables alerted in display_not_bright aren't updated onscreen until display_bright. Incrementing a variable shows it is modified, but the change not displayed at that time.

Leave a comment