Fixing double click regression

This commit is contained in:
jpirnay
2026-05-10 15:46:47 +02:00
parent fe60b12d86
commit 7dcd433fe6
@@ -209,6 +209,7 @@ class EpubReaderActivity final : public Activity {
void onExit() override;
void loop() override;
void render(RenderLock&& lock) override;
bool isReaderActivity() const override { return true; }
void onButtonAction(CrossPointSettings::BUTTON_ACTION action) override;
// Renders the last saved page to the frame buffer without flushing to display.