From e9f8ecba59e1137472a5079f347846a90de711ad Mon Sep 17 00:00:00 2001 From: hyunho Date: Mon, 10 Feb 2020 18:42:53 +0900 Subject: [PATCH] Remove viewer visibility https://review.tizen.org/gerrit/#/c/platform/core/appfw/appcore-watch/+/222437/ Change-Id: Ic941844e8e78262742161f0bf832fd95ea30a4d6 Signed-off-by: hyunho --- watch-control/src/control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/watch-control/src/control.c b/watch-control/src/control.c index 5e3d4687..b3b426cf 100644 --- a/watch-control/src/control.c +++ b/watch-control/src/control.c @@ -968,12 +968,12 @@ static int __change_viewer_visibility(int visibility, bool update_cur_state) API int watch_manager_notify_resumed_status_of_viewer(void) { - return __change_viewer_visibility(AUL_SCREEN_STATUS_RESUME, true); + return watch_manager_resume(); } API int watch_manager_notify_paused_status_of_viewer(void) { - return __change_viewer_visibility(AUL_SCREEN_STATUS_PAUSE, true); + return watch_manager_pause(); } static int __change_visibility(int visibility) -- 2.34.1