Fix button press bleed through

This commit is contained in:
jpirnay
2026-04-12 20:39:26 +02:00
parent 54807911e7
commit a9c3fb8bc9
+1 -1
View File
@@ -62,7 +62,7 @@ void MenuListActivity::loop() {
onBackPressed();
return;
}
if (mappedInput.wasReleased(MappedInputManager::Button::Confirm)) {
if (mappedInput.wasPressed(MappedInputManager::Button::Confirm)) {
toggleCurrentItem();
return;
}