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