Hi when i am incrementing the until time the countdown UI does not reflect the change. However when i then update it again it reflects the previous value. e.g
state.until is used and set initially as 60 and is displaying 1 minute
I then set state.until = 180 yet the countdown still displays 1 minute
I then set state.until = 240 and the countdown now shows 2 minutes
I then set the state.until to 300 and the countdown shows 3 minutes
It remains 1 UI update behind.
I have tried .forcerefresh
Is there a reason for this behaviour ? (running 2.7.1)
Thanks.
Hi when i am incrementing the until time the countdown UI does not reflect the change. However when i then update it again it reflects the previous value. e.g
state.until is used and set initially as 60 and is displaying 1 minute
I then set state.until = 180 yet the countdown still displays 1 minute
I then set state.until = 240 and the countdown now shows 2 minutes
I then set the state.until to 300 and the countdown shows 3 minutes
It remains 1 UI update behind.
I have tried .forcerefresh
Is there a reason for this behaviour ? (running 2.7.1)
Thanks.