Skip to content

Commit 10a05ca

Browse files
committed
fix(ui): store rooms content obj
1 parent 6931ee4 commit 10a05ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

custom/ui/pages/ui_page_rooms.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ static lv_obj_t* create_content(lv_obj_t* page, ui_page_rooms_ctx_t* ctx)
350350
lv_obj_set_flex_flow(content, LV_FLEX_FLOW_COLUMN);
351351
lv_obj_set_flex_align(content, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START, LV_FLEX_ALIGN_START);
352352

353+
ctx->content = content;
354+
353355
ctx->toolbar = lv_obj_create(content);
354356
toolbar_style_init(ctx->toolbar);
355357

0 commit comments

Comments
 (0)