fix: correct type names and restore cached variables
Some checks failed
CI / build (push) Failing after 2m4s
Some checks failed
CI / build (push) Failing after 2m4s
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user