Skip to content

Commit

Permalink
Merge pull request InfiniTimeOrg#874 from evergreen22/alarm-break
Browse files Browse the repository at this point in the history
FIX: AlarmTriggered fall through to ShowPairingKey
  • Loading branch information
JF002 authored Dec 12, 2021
2 parents bccd77d + 645a071 commit 6a5946c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ void DisplayApp::Refresh() {
} else {
LoadApp(Apps::Alarm, DisplayApp::FullRefreshDirections::None);
}
break;
case Messages::ShowPairingKey:
LoadApp(Apps::PassKey, DisplayApp::FullRefreshDirections::Up);
break;
Expand Down

0 comments on commit 6a5946c

Please sign in to comment.