Merge pull request #874 from evergreen22/alarm-break

FIX: AlarmTriggered fall through to ShowPairingKey
This commit is contained in:
JF 2021-12-12 17:40:05 +01:00 committed by GitHub
commit 6a5946c4e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;