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
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

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