File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ void SystemTask::Work() {
215215 }
216216 break ;
217217 case Messages::SetOffAlarm:
218- unlockedByButton = true ; // unlock so it is possible to press red stop button
218+ unlockedByButton = true ; // unlock so it is possible to press red stop button
219219 GoToRunning ();
220220 displayApp.PushMessage (Pinetime::Applications::Display::Messages::AlarmTriggered);
221221 break ;
@@ -225,7 +225,7 @@ void SystemTask::Work() {
225225 bleDiscoveryTimer = 5 ;
226226 break ;
227227 case Messages::BleFirmwareUpdateStarted:
228- unlockedByButton = true ; // prevent no screen-locked popup on firmware update
228+ unlockedByButton = true ; // prevent no screen-locked popup on firmware update
229229 GoToRunning ();
230230 wakeLocksHeld++;
231231 displayApp.PushMessage (Pinetime::Applications::Display::Messages::BleFirmwareUpdateStarted);
You can’t perform that action at this time.
0 commit comments