We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaf474 commit af7d78aCopy full SHA for af7d78a
src/background/timer/context.ts
@@ -71,9 +71,9 @@ export default class TimerContext {
71
72
isPaused(): boolean {
73
if (this.idleState === 'active') {
74
- return true
75
- } else if (this.idleState === 'locked') {
76
return false
+ } else if (this.idleState === 'locked') {
+ return true
77
} else if (this.idleState === 'idle') {
78
return !countWhenIdle
79
}
0 commit comments