You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
countdown timer: Fix divide-by-zero crash when setting time to 00:00:00
`expected_count` is set to be a minimum of 1 to avoid dividing by zero
at the bottom of the affected function.
The progress bar at the top now renders as empty when the time is set
to zero.
0 commit comments