diff --git a/src/app/ui/streaming/streaming.view.c b/src/app/ui/streaming/streaming.view.c index c16bb7849..89be203ea 100644 --- a/src/app/ui/streaming/streaming.view.c +++ b/src/app/ui/streaming/streaming.view.c @@ -61,7 +61,7 @@ lv_obj_t *streaming_scene_create(lv_fragment_t *self, lv_obj_t *parent) { }; lv_obj_set_style_bg_grad(actions, &actions_grad, 0); // We need a non-opaque opacity to properly render the elements - lv_obj_set_style_bg_opa(actions, LV_OPA_90, 0); + lv_obj_set_style_bg_opa(actions, LV_OPA_COVER, 0); lv_obj_add_flag(actions, LV_OBJ_FLAG_EVENT_BUBBLE); lv_obj_add_event_cb(actions, cb_child_group_add, LV_EVENT_CHILD_CREATED, controller->group); diff --git a/third_party/lvgl b/third_party/lvgl index caf29ef0c..7831e286b 160000 --- a/third_party/lvgl +++ b/third_party/lvgl @@ -1 +1 @@ -Subproject commit caf29ef0c563477d479f112bd69d156c4ee900bf +Subproject commit 7831e286b298b4a9ca38add1e643111b44d95f2f