diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-12-06 21:04:38 (GMT) |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2021-12-09 20:29:31 (GMT) |
| commit | 645f6f43dc956e90243aa9230876e537af84e1f6 (patch) | |
| tree | a38bf6c6656b33807784222c6b0d00c595535175 /src/displayapp/screens/PineTimeStyle.cpp | |
| parent | f4daf63679d309ff761f087fa1436524281bf5b9 (diff) | |
Remove commented code
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.cpp')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp index f0a6592..d436869 100644 --- a/src/displayapp/screens/PineTimeStyle.cpp +++ b/src/displayapp/screens/PineTimeStyle.cpp @@ -237,14 +237,12 @@ void PineTimeStyle::Refresh() { bleState = bleController.IsConnected(); if (bleState.IsUpdated()) { lv_label_set_text(bleIcon, BleIcon::GetIcon(bleState.Get())); - //lv_obj_realign(bleIcon); AlignIcons(); } notificationState = notificatioManager.AreNewNotificationsAvailable(); if (notificationState.IsUpdated()) { lv_label_set_text(notificationIcon, NotificationIcon::GetIcon(notificationState.Get())); - //lv_obj_realign(notificationIcon); AlignIcons(); } |
