Raise the window when getting the resume request 82/116082/8
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 Feb 2017 01:37:23 +0000 (10:37 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 Feb 2017 03:55:42 +0000 (12:55 +0900)
When getting the resume request, the appcore should
raise the window of the application.

Change-Id: I42de51ad738a94e53687790bee6a2dab0e74b3c8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/ui_base/appcore_ui_base.c

index b681d78..07b847a 100644 (file)
@@ -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;