File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ WatchFacePineTimeStyle::WatchFacePineTimeStyle(Controllers::DateTime& dateTimeCo
75
75
Controllers::MotionController& motionController,
76
76
Controllers::SimpleWeatherService& weatherService)
77
77
: currentDateTime {{}},
78
+ needle_colors {Colors::Named::White},
78
79
batteryIcon (false ),
79
80
dateTimeController {dateTimeController},
80
81
batteryController {batteryController},
81
82
bleController {bleController},
82
83
notificationManager {notificationManager},
83
84
settingsController {settingsController},
84
85
motionController {motionController},
85
- weatherService {weatherService},
86
- needle_colors {Colors::Named::White} {
86
+ weatherService {weatherService} {
87
87
88
88
// Create a 200px wide background rectangle
89
89
timebar = lv_obj_create (lv_scr_act (), nullptr );
You can’t perform that action at this time.
0 commit comments