Skip to content

Commit 2a34e8f

Browse files
author
Olivier ROMAN
committed
fix hand disappearance bug
1 parent c091b17 commit 2a34e8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/displayapp/screens/WatchFaceMixed.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ WatchFaceMixed::WatchFaceMixed(Controllers::DateTime& dateTimeController,
6161
weatherService {weather},
6262
statusIcons {batteryController, bleController, alarmController} {
6363

64-
sHour = 0;
65-
sMinute = 0;
66-
sSecond = 0;
64+
sHour = 99;
65+
sMinute = 99;
66+
sSecond = 99;
6767

6868
statusIcons.Create();
6969

0 commit comments

Comments
 (0)