Skip to content

Commit 1d61a0d

Browse files
authored
Release wake lock when timer expires
1 parent 71d1f5b commit 1d61a0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/displayapp/screens/Timer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Timer::~Timer() {
8383
auto timerStatus = timer.GetTimerState();
8484
if (timerStatus && timerStatus->expired) {
8585
motorController.StopRinging();
86+
wakeLock.Release();
8687
timer.ResetExpiredTime();
8788
}
8889

0 commit comments

Comments
 (0)