summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/FlashLight.cpp
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-20 04:33:46 (GMT)
committerGitHub <noreply@github.com>2022-04-20 04:33:46 (GMT)
commitbe01602fcb6dc9cd91df702658c0b52da74023a9 (patch)
treebd0813acb88165deb7322201c52a259b242c49da /src/displayapp/screens/FlashLight.cpp
parent28f45caa11e0adbb208ba65b88b7ea399d584ba7 (diff)
parent5a13c5215c5022f036947838975c5c16b9ab268c (diff)
Merge branch 'InfiniTimeOrg:develop' into develop
Diffstat (limited to 'src/displayapp/screens/FlashLight.cpp')
-rw-r--r--src/displayapp/screens/FlashLight.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/FlashLight.cpp b/src/displayapp/screens/FlashLight.cpp
index 3f90750..9110562 100644
--- a/src/displayapp/screens/FlashLight.cpp
+++ b/src/displayapp/screens/FlashLight.cpp
@@ -44,7 +44,7 @@ FlashLight::FlashLight(Pinetime::Applications::DisplayApp* app,
lv_label_set_long_mode(backgroundAction, LV_LABEL_LONG_CROP);
lv_obj_set_size(backgroundAction, 240, 240);
lv_obj_set_pos(backgroundAction, 0, 0);
- lv_label_set_text(backgroundAction, "");
+ lv_label_set_text_static(backgroundAction, "");
lv_obj_set_click(backgroundAction, true);
backgroundAction->user_data = this;
lv_obj_set_event_cb(backgroundAction, event_handler);