Merge pull request #17570 from hrydgard/fix-volume-keys

Fix issue with volume keys in the app UI
This commit is contained in:
Henrik Rydgård 2023-06-13 00:50:26 +02:00 committed by GitHub
commit 2ac7cc38e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ bool UIScreen::UnsyncKey(const KeyInput &key) {
ev.type = QueuedEventType::KEY;
ev.key = key;
eventQueue_.push_back(ev);
return true;
return retval;
}
void UIScreen::update() {