Skip to content

Commit

Permalink
Fixed small issue with countdown numbers going away
Browse files Browse the repository at this point in the history
  • Loading branch information
leahlud committed Feb 28, 2024
1 parent 175dcb3 commit c291357
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class CountdownManager(val listener: CountDownListener) {
// if past the last timestamp, don't start another timer
if (state >= times.size) {
listener.updateTitle(titles[titles.size - 1]) // set to be last title
listener.updateTime(0)
return
}

Expand Down

0 comments on commit c291357

Please sign in to comment.