mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
v1.2.1
This commit is contained in:
@@ -24,9 +24,6 @@ static lv_obj_t *wifi_img;
|
||||
|
||||
lv_obj_t *chat_ui_create(lv_obj_t *parent)
|
||||
{
|
||||
extern void llm_font_create(void);
|
||||
llm_font_create();
|
||||
|
||||
lv_obj_t *chat_obj = lv_obj_create(parent);
|
||||
lv_obj_remove_style_all(chat_obj);
|
||||
lv_obj_clear_flag(chat_obj, LV_OBJ_FLAG_SCROLL_CHAIN);
|
||||
|
||||
Reference in New Issue
Block a user