projects
/
platform
/
core
/
uifw
/
ui-viewmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
393cf59
)
Activate viewmgr if the app is resumed.
92/64792/1
author
Hermet Park
<hermet@hermet.pe.kr>
Tue, 5 Apr 2016 10:30:18 +0000
(19:30 +0900)
committer
Hermet Park
<hermet@hermet.pe.kr>
Tue, 5 Apr 2016 10:30:18 +0000
(19:30 +0900)
Change-Id: I403613f61384f4874f07acde46e7c47feb02dece
src/examples/efl/main.cpp
patch
|
blob
|
history
diff --git
a/src/examples/efl/main.cpp
b/src/examples/efl/main.cpp
index ec6a6ded2476a84ca2ceba8366271b8402504166..21903ee6980815d9a1a6516cb9ee8690667c74be 100644
(file)
--- 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)