From 9965fbe196607b8442ce686b1eec50292e61a84a Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 23 Feb 2017 10:37:23 +0900 Subject: [PATCH] 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 --- src/ui_base/appcore_ui_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4