WatchFaceAnalog: const ref to dateTimeController

The clock app only reads from the dateTimeController, never modifies it.
This commit is contained in:
Reinhold Gschweicher 2022-03-14 20:55:20 +01:00
parent db41d9081a
commit bebc072e78

View file

@ -74,7 +74,7 @@ namespace Pinetime {
lv_obj_t* batteryIcon; lv_obj_t* batteryIcon;
lv_obj_t* notificationIcon; lv_obj_t* notificationIcon;
Controllers::DateTime& dateTimeController; const Controllers::DateTime& dateTimeController;
Controllers::Battery& batteryController; Controllers::Battery& batteryController;
Controllers::Ble& bleController; Controllers::Ble& bleController;
Controllers::NotificationManager& notificationManager; Controllers::NotificationManager& notificationManager;