]> git.earman.xyz Git - sensor-watch.git/commitdiff
Merge PR #440 - fix countdown face issues
authorMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Thu, 29 Aug 2024 01:31:47 +0000 (22:31 -0300)
committerMatheus Afonso Martins Moreira <matheus@matheusmoreira.com>
Fri, 30 Aug 2024 19:46:22 +0000 (16:46 -0300)
Avoid potential underflow when evaluating x - y with y > x.
Evaluate it only when y <= x instead.

Avoid clearing indicators in background task
since another watch face is likely active.

Reviewed-by: Matheus Afonso Martins Moreira <matheus@matheusmoreira.com>
GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/440


Trivial merge