diff options
Diffstat (limited to 'wearable')
-rwxr-xr-x | wearable/app/src/nsa-ui-widget.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wearable/app/src/nsa-ui-widget.c b/wearable/app/src/nsa-ui-widget.c index 1e8e677..f5e59d1 100755 --- a/wearable/app/src/nsa-ui-widget.c +++ b/wearable/app/src/nsa-ui-widget.c @@ -48,7 +48,8 @@ Evas_Object* nsa_create_main_win(const char *name) evas_object_resize(eo, w, h); } - evas_object_show(eo); + /* prevent the black screen flashing * / + /* evas_object_show(eo); */ NSA_END(); return eo; |