summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Twos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Twos.h')
-rw-r--r--src/displayapp/screens/Twos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/Twos.h b/src/displayapp/screens/Twos.h
index ec021971..7223c7a8 100644
--- a/src/displayapp/screens/Twos.h
+++ b/src/displayapp/screens/Twos.h
@@ -15,7 +15,7 @@ namespace Pinetime {
Twos(DisplayApp* app);
~Twos() override;
bool Refresh() override;
- bool OnButtonPushed() override;
+
bool OnTouchEvent(TouchEvents event) override;
private:
@@ -26,7 +26,7 @@ namespace Pinetime {
lv_style_t style_cell4;
lv_style_t style_cell5;
- bool running = true;
+
lv_obj_t *scoreText;
lv_obj_t *gridDisplay;
Tile grid[4][4];