Skip to content

Commit

Permalink
Fix: some REFINED_BOTTLE_OF_JYRRE errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMWolfs committed May 13, 2024
1 parent 2659783 commit 92e0be5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class JyrreTimer {
}

private fun resetDisplay() {
if (display.isEmpty()) return
display = if (config.showInactive) drawDisplay() else emptyList()
duration = 0.seconds
}
Expand Down

0 comments on commit 92e0be5

Please sign in to comment.