FIX: AlarmTriggered fall through to ShowPairingKey

main
James A. Jerkins 2021-12-11 21:34:51 +07:00
parent 42a5cdb5b7
commit 645a071b70
1 changed files with 1 additions and 0 deletions

@ -215,6 +215,7 @@ void DisplayApp::Refresh() {
} else { } else {
LoadApp(Apps::Alarm, DisplayApp::FullRefreshDirections::None); LoadApp(Apps::Alarm, DisplayApp::FullRefreshDirections::None);
} }
break;
case Messages::ShowPairingKey: case Messages::ShowPairingKey:
LoadApp(Apps::PassKey, DisplayApp::FullRefreshDirections::Up); LoadApp(Apps::PassKey, DisplayApp::FullRefreshDirections::Up);
break; break;