From: Hermet Park Date: Tue, 5 Apr 2016 10:30:18 +0000 (+0900) Subject: Activate viewmgr if the app is resumed. X-Git-Tag: submit/tizen/20160617.075742~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=977aa2f67fbc48668566441ec1844c87731d4a57;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git Activate viewmgr if the app is resumed. Change-Id: I403613f61384f4874f07acde46e7c47feb02dece --- diff --git a/src/examples/efl/main.cpp b/src/examples/efl/main.cpp index ec6a6de..21903ee 100644 --- a/src/examples/efl/main.cpp +++ b/src/examples/efl/main.cpp @@ -217,6 +217,7 @@ static void app_pause(void *data) static void app_resume(void *data) { + UI_VIEWMGR->activate(); } static void app_terminate(void *data)