summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-12-06 22:04:38 +0100
committerJF <JF002@users.noreply.github.com>2021-12-09 21:29:31 +0100
commit645f6f43dc956e90243aa9230876e537af84e1f6 (patch)
treea38bf6c6656b33807784222c6b0d00c595535175 /src
parentf4daf63679d309ff761f087fa1436524281bf5b9 (diff)
Remove commented code
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/PineTimeStyle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp
index f0a65928..d4368691 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();
}