Skip to content

Commit 30797b3

Browse files
yehoshuapwJF002
authored andcommitted
removed SetClockFace from watchface Constructors
1 parent 5613449 commit 30797b3

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/displayapp/screens/WatchFaceAnalog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ WatchFaceAnalog::WatchFaceAnalog(Pinetime::Applications::DisplayApp* app,
5757
bleController {bleController},
5858
notificationManager {notificationManager},
5959
settingsController {settingsController} {
60-
settingsController.SetClockFace(1);
6160

6261
sHour = 99;
6362
sMinute = 99;

src/displayapp/screens/WatchFaceDigital.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ WatchFaceDigital::WatchFaceDigital(DisplayApp* app,
3232
settingsController {settingsController},
3333
heartRateController {heartRateController},
3434
motionController {motionController} {
35-
settingsController.SetClockFace(0);
3635

3736
batteryIcon = lv_label_create(lv_scr_act(), nullptr);
3837
lv_label_set_text_static(batteryIcon, Symbols::batteryFull);

0 commit comments

Comments
 (0)