Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> GitHub-Pull-Request: #440
- Loading branch information