Use confirmation release on home screen to detect action

This commit is contained in:
Dave Allie 2025-12-29 02:00:42 +11:00
parent f9b604f04e
commit f8c0b1acea
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -56,7 +56,7 @@ void HomeActivity::loop() {
const int menuCount = getMenuItemCount(); const int menuCount = getMenuItemCount();
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) { if (inputManager.wasReleased(InputManager::BTN_CONFIRM)) {
if (hasContinueReading) { if (hasContinueReading) {
// Menu: Continue Reading, Browse, File transfer, Settings // Menu: Continue Reading, Browse, File transfer, Settings
if (selectorIndex == 0) { if (selectorIndex == 0) {