Manually changed viewer visiblity should be changed even if
visibility can not be sent
Change-Id: I0950dad7e7f503c475f9056702fa393fca44f1a7
Signed-off-by: hyunho <hhstark.kang@samsung.com>
Evas_Object *watch;
int r;
+ if (update_cur_state)
+ __viewer_visibility = visibility;
+
if (__win == NULL) {
_E("Window is NULL");
__push_pending_queue(visibility);
return -1;
}
_D("send watch control status to %s:%d", __watch_appid, visibility);
- if (update_cur_state)
- __viewer_visibility = visibility;
return 0;
}