There was an error while loading. Please reload this page.
1 parent 71d1f5b commit 1d61a0dCopy full SHA for 1d61a0d
1 file changed
src/displayapp/screens/Timer.cpp
@@ -83,6 +83,7 @@ Timer::~Timer() {
83
auto timerStatus = timer.GetTimerState();
84
if (timerStatus && timerStatus->expired) {
85
motorController.StopRinging();
86
+ wakeLock.Release();
87
timer.ResetExpiredTime();
88
}
89
0 commit comments