We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f505df6 commit 58944b5Copy full SHA for 58944b5
1 file changed
src/displayapp/screens/FindMyPhone.cpp
@@ -72,6 +72,8 @@ FindMyPhone::FindMyPhone(Pinetime::Controllers::ImmediateAlertClient& immediateA
72
lv_label_set_text_static(lblRing, ringLabelText);
73
lv_obj_set_style_local_bg_color(btnRing, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_RED);
74
refreshTask = lv_task_create(RefreshTaskCallback, LV_DISP_DEF_REFR_PERIOD, LV_TASK_PRIO_MID, this);
75
+ // Refresh ASAP to properly set buttons state.
76
+ Refresh();
77
}
78
79
FindMyPhone::~FindMyPhone() {
0 commit comments