diff options
| author | Tim <tim@taenny.de> | 2021-08-08 12:37:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:37:48 (GMT) |
| commit | 3e9c30a18fb0a0fa7cc69e62821ca0d11e518f47 (patch) | |
| tree | 5422eb59505f40c4c5dba1f14dc7608e27c3bcaa /src/displayapp/screens/Notifications.cpp | |
| parent | ffa51612fc6884ccfeb4f23453acc451692c18b3 (diff) | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Merge branch 'JF002:develop' into set-datetime-manually
Diffstat (limited to 'src/displayapp/screens/Notifications.cpp')
| -rw-r--r-- | src/displayapp/screens/Notifications.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 38b1242..5c23ed1 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -184,7 +184,6 @@ Notifications::NotificationItem::NotificationItem(const char* title, } lv_label_set_text(alert_type, title); lv_label_set_long_mode(alert_type, LV_LABEL_LONG_SROLL_CIRC); - lv_label_set_anim_speed(alert_type, 3); lv_obj_set_width(alert_type, 180); lv_obj_align(alert_type, NULL, LV_ALIGN_IN_TOP_LEFT, 0, 16); |
