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() {
215
215
}
216
216
break ;
217
217
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
219
219
GoToRunning ();
220
220
displayApp.PushMessage (Pinetime::Applications::Display::Messages::AlarmTriggered);
221
221
break ;
@@ -225,7 +225,7 @@ void SystemTask::Work() {
225
225
bleDiscoveryTimer = 5 ;
226
226
break ;
227
227
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
229
229
GoToRunning ();
230
230
wakeLocksHeld++;
231
231
displayApp.PushMessage (Pinetime::Applications::Display::Messages::BleFirmwareUpdateStarted);
You can’t perform that action at this time.
0 commit comments