aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2023-12-28 20:56:37 +0000
committerJF <JF002@users.noreply.github.com>2024-06-09 18:34:07 +0200
commita449b272f77ea43733be4b3449f6ef57e6d09a02 (patch)
tree1fadb72dbe5b37198c1fe617c8d283ae5ff46675 /src/displayapp
parent9e406c70f95c2db93bbf84965c210ee274da1dd2 (diff)
Continuous time updates
Diffstat (limited to 'src/displayapp')
-rw-r--r--src/displayapp/screens/WatchFaceAnalog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h
index 2eee657e..958ff64d 100644
--- a/src/displayapp/screens/WatchFaceAnalog.h
+++ b/src/displayapp/screens/WatchFaceAnalog.h
@@ -75,7 +75,7 @@ namespace Pinetime {
BatteryIcon batteryIcon;
- const Controllers::DateTime& dateTimeController;
+ Controllers::DateTime& dateTimeController;
const Controllers::Battery& batteryController;
const Controllers::Ble& bleController;
Controllers::NotificationManager& notificationManager;