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:
2bd63c9
)
Call ambient tick on ambient mode on
47/131647/5
author
Hyunho Kang
<hhstark.kang@samsung.com>
Tue, 30 May 2017 08:40:11 +0000
(17:40 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Thu, 1 Jun 2017 10:38:51 +0000
(10:38 +0000)
Change-Id: I8857e1a4ba13ffe8e95bf3d0b5e48a31b6f318d8
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/watch_app_main.c
patch
|
blob
|
history
diff --git
a/src/watch_app_main.c
b/src/watch_app_main.c
index
150c0ff
..
1e2e1e6
100755
(executable)
--- a/
src/watch_app_main.c
+++ b/
src/watch_app_main.c
@@
-326,6
+326,7
@@
static int __set_ambient_tick_cb(void *data)
__ambient_tick_cb, data, &alarm_id);
if (r < 0)
_E("fail to alarmmgr_add_alarm_withcb : error_code : %d", r);
+ __on_ambient_tick(&timeinfo, data);
}
return 0;