Skip to content

Commit 6a5946c

Browse files
authored
Merge pull request #874 from evergreen22/alarm-break
FIX: AlarmTriggered fall through to ShowPairingKey
2 parents bccd77d + 645a071 commit 6a5946c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/displayapp/DisplayApp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ void DisplayApp::Refresh() {
215215
} else {
216216
LoadApp(Apps::Alarm, DisplayApp::FullRefreshDirections::None);
217217
}
218+
break;
218219
case Messages::ShowPairingKey:
219220
LoadApp(Apps::PassKey, DisplayApp::FullRefreshDirections::Up);
220221
break;

0 commit comments

Comments
 (0)