summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-25 20:01:09 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-07-25 20:01:09 +0300
commita1ba187c47ddad932fc38247d969bb9888860698 (patch)
tree6479d302c81fc8e9700854b1682542cdc9c4b6ea /src/displayapp/screens/Notifications.cpp
parente4d9636e8258c25efbd79d26a8167b17fe7252c8 (diff)
parent7b75ca591d31ccd8883a1a1ff83cfd271959dbaa (diff)
Merge branch 'develop' into new_touch_handler
Diffstat (limited to 'src/displayapp/screens/Notifications.cpp')
-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 38b12420..5c23ed1f 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);