We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab298c commit 8c3b250Copy full SHA for 8c3b250
1 file changed
src/displayapp/screens/Notifications.cpp
@@ -180,7 +180,6 @@ Notifications::NotificationItem::NotificationItem(const char* title,
180
pchar = strchr(title, '\n');
181
while (pchar != nullptr) {
182
*pchar = ' ';
183
- pchar =
184
pchar = strchr(pchar + 1, '\n');
185
}
186
lv_label_set_text(alert_type, title);
0 commit comments