summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/displayapp/screens/Notifications.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp
index 1f113750..1a1729ea 100644
--- a/src/displayapp/screens/Notifications.cpp
+++ b/src/displayapp/screens/Notifications.cpp
@@ -180,7 +180,6 @@ Notifications::NotificationItem::NotificationItem(const char* title,
pchar = strchr(title, '\n');
while (pchar != nullptr) {
*pchar = ' ';
- pchar =
pchar = strchr(pchar + 1, '\n');
}
lv_label_set_text(alert_type, title);