aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/List.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/List.h')
-rw-r--r--src/displayapp/screens/List.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/List.h b/src/displayapp/screens/List.h
index b5bc032c..564229e6 100644
--- a/src/displayapp/screens/List.h
+++ b/src/displayapp/screens/List.h
@@ -31,6 +31,7 @@ namespace Pinetime {
void OnButtonEvent(lv_obj_t* object, lv_event_t event);
private:
+ DisplayApp* app;
Controllers::Settings& settingsController;
Pinetime::Applications::Apps apps[MAXLISTITEMS];