Fixing double click regression
This commit is contained in:
@@ -209,6 +209,7 @@ class EpubReaderActivity final : public Activity {
|
|||||||
void onExit() override;
|
void onExit() override;
|
||||||
void loop() override;
|
void loop() override;
|
||||||
void render(RenderLock&& lock) override;
|
void render(RenderLock&& lock) override;
|
||||||
|
bool isReaderActivity() const override { return true; }
|
||||||
void onButtonAction(CrossPointSettings::BUTTON_ACTION action) override;
|
void onButtonAction(CrossPointSettings::BUTTON_ACTION action) override;
|
||||||
|
|
||||||
// Renders the last saved page to the frame buffer without flushing to display.
|
// Renders the last saved page to the frame buffer without flushing to display.
|
||||||
|
|||||||
Reference in New Issue
Block a user