summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Notifications.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-25 19:30:27 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-07-25 19:30:27 +0300
commit2e8bc634dcae6e304b8f94e2633644fd55b64450 (patch)
tree7098aaa514c1f7600447235e21721319bcb33ae7 /src/displayapp/screens/Notifications.cpp
parent12b14176ec965f2553e4cad16e291d54704128f3 (diff)
parent7b75ca591d31ccd8883a1a1ff83cfd271959dbaa (diff)
Merge branch 'develop' into fit_more_tasks
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);