From: Hwankyu Jhun Date: Thu, 23 Feb 2017 01:37:23 +0000 (+0900) Subject: Raise the window when getting the resume request X-Git-Tag: submit/tizen/20170223.041231~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fapp-core.git;a=commitdiff_plain;h=9965fbe196607b8442ce686b1eec50292e61a84a Raise the window when getting the resume request When getting the resume request, the appcore should raise the window of the application. Change-Id: I42de51ad738a94e53687790bee6a2dab0e74b3c8 Signed-off-by: Hwankyu Jhun --- diff --git a/src/ui_base/appcore_ui_base.c b/src/ui_base/appcore_ui_base.c index b681d78..07b847a 100644 --- a/src/ui_base/appcore_ui_base.c +++ b/src/ui_base/appcore_ui_base.c @@ -461,7 +461,7 @@ EXPORT_API int appcore_ui_base_on_receive(aul_type type, bundle *b) __do_start(b); break; case AUL_RESUME: - __do_resume(); + __raise_win(); break; case AUL_TERMINATE: break;