We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b895ab5 commit 4f21878Copy full SHA for 4f21878
1 file changed
Reef/src/main/java/dev/pranav/reef/accessibility/FocusModeService.kt
@@ -295,6 +295,10 @@ class FocusModeService: Service() {
295
val nextPhase = calculateNextPhase(state, config)
296
297
if (nextPhase.isComplete) {
298
+ prefs.edit {
299
+ putBoolean("pomodoro_mode", false)
300
+ remove("pomodoro_current_cycle")
301
+ }
302
endSession()
303
return
304
}
0 commit comments