Skip to content

Commit 7470123

Browse files
committed
Improves UX when charing on Quick Settings
1 parent 993118a commit 7470123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/settings/QuickSettings.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ QuickSettings::QuickSettings(Pinetime::Applications::DisplayApp* app,
119119
lv_obj_set_style_local_text_font(lbl_btn, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, &lv_font_sys_48);
120120
lv_label_set_text_static(lbl_btn, Symbols::settings);
121121

122-
taskUpdate = lv_task_create(lv_update_task, 5000, LV_TASK_PRIO_MID, this);
122+
taskUpdate = lv_task_create(lv_update_task, 100, LV_TASK_PRIO_MID, this);
123123

124124
UpdateScreen();
125125
}

0 commit comments

Comments
 (0)