From: Hwankyu Jhun Date: Fri, 24 Mar 2017 01:18:31 +0000 (+0900) Subject: Fix bug about background launch X-Git-Tag: submit/tizen_3.0/20170324.020851^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52ffb41eddcdabd8fe0b7524e0f8e1eb9d9110be;p=platform%2Fcore%2Fappfw%2Fapp-core.git Fix bug about background launch When getting the resume request, the background state should be released. Change-Id: I64f5221481cbfecc5ba1b579daee0f604c4bea34 Signed-off-by: Hwankyu Jhun --- diff --git a/src/appcore-efl.c b/src/appcore-efl.c index ac39086..e98b32b 100644 --- a/src/appcore-efl.c +++ b/src/appcore-efl.c @@ -398,6 +398,8 @@ static void __do_app(enum app_event event, void *data, bundle * b) } if (event == AE_RAISE) { + if (bg_state) + __unset_bg_state(); #if defined(X11) x_raise_win(getpid()); #elif defined(WAYLAND)