fix: correct type names and restore cached variables
Some checks failed
CI / build (push) Failing after 2m4s

This commit is contained in:
cottongin
2026-01-28 10:13:06 -05:00
parent 800b07a2e5
commit 3e3be8bd23
2 changed files with 4 additions and 2 deletions

View File

@@ -386,6 +386,8 @@ void EpubReaderActivity::loop() {
[this](QuickMenuAction action) {
// Cache values before exitActivity
EpubReaderActivity* self = this;
GfxRenderer& cachedRenderer = renderer;
MappedInputManager& cachedMappedInput = mappedInput;
const Section* cachedSection = section.get();
SemaphoreHandle_t cachedMutex = renderingMutex;