]> git.earman.xyz Git - sensor-watch.git/commit
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)
commit657ff724d07cf906b87f23204744fc09e005744e
treeb0b9d8391ad6a41cff1b97894d8d9beda31b65e2
parent42dc15117e5270d66ccd239e079fe3d5f7a8e02b
parente2c5babb2c7cd0141a5a78e9f94458804bbd9764
Merge PR #440 - fix countdown face issues

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