From 977aa2f67fbc48668566441ec1844c87731d4a57 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 5 Apr 2016 19:30:18 +0900 Subject: [PATCH] Activate viewmgr if the app is resumed. Change-Id: I403613f61384f4874f07acde46e7c47feb02dece --- src/examples/efl/main.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.7.4