Allow entering into chapter select screen correctly

This commit is contained in:
Dave Allie
2025-12-28 21:50:36 +11:00
parent dd280bdc97
commit 27d42fbef3

View File

@@ -106,7 +106,7 @@ void EpubReaderActivity::loop() {
} }
// Enter chapter selection activity // Enter chapter selection activity
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) { if (inputManager.wasReleased(InputManager::BTN_CONFIRM)) {
// Don't start activity transition while rendering // Don't start activity transition while rendering
xSemaphoreTake(renderingMutex, portMAX_DELAY); xSemaphoreTake(renderingMutex, portMAX_DELAY);
exitActivity(); exitActivity();