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