projects
/
platform
/
core
/
appfw
/
appcore-watch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f1278
)
Remove resume from bg launch
11/236611/3
author
hyunho
<hhstark.kang@samsung.com>
Thu, 18 Jun 2020 22:34:42 +0000
(07:34 +0900)
committer
hyunho
<hhstark.kang@samsung.com>
Thu, 18 Jun 2020 22:38:08 +0000
(07:38 +0900)
Change-Id: Ibfafc926c8719af59ec2ebfb89012c0b085daea5
Signed-off-by: hyunho <hhstark.kang@samsung.com>
src/base/watch_base.c
patch
|
blob
|
history
diff --git
a/src/base/watch_base.c
b/src/base/watch_base.c
index
65ffc3b
..
73b4beb
100755
(executable)
--- a/
src/base/watch_base.c
+++ b/
src/base/watch_base.c
@@
-818,12
+818,8
@@
static void __on_window_show(int type, void *event, void *data)
{
LOGW("on window show bg_launch(%d)", __context.bg_launch);
appcore_ui_base_window_on_show(type, event);
- if (
__context.bg_launch) {
+ if (
!__context.bg_launch)
appcore_ui_base_resume();
- appcore_ui_base_pause();
- } else {
- appcore_ui_base_resume();
- }
}
static void __on_window_visibility(int type, void *event, void *data)