projects
/
platform
/
core
/
appfw
/
widget-viewer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0fa8cc
)
Remove auto visibility from ambient viewer watch-surface
author
hyunho
<hhstark.kang@samsung.com>
Fri, 10 Apr 2020 01:18:25 +0000
(10:18 +0900)
committer
hyunho
<hhstark.kang@samsung.com>
Fri, 10 Apr 2020 04:49:45 +0000
(13:49 +0900)
Change-Id: Iebf51d9af2791b31d9c02438baf8ef05497eff8c
Signed-off-by: hyunho <hhstark.kang@samsung.com>
ambient-viewer/src/watch-surface.cc
patch
|
blob
|
history
diff --git
a/ambient-viewer/src/watch-surface.cc
b/ambient-viewer/src/watch-surface.cc
index 6d920cf20509142e7f37d4a4bbbfdd0e659fa7c6..019e39de27c1d39fe3e6681c4bcf6f97606ee525 100644
(file)
--- a/
ambient-viewer/src/watch-surface.cc
+++ b/
ambient-viewer/src/watch-surface.cc
@@
-32,6
+32,7
@@
WatchSurface::WatchSurface(
: RemoteSurfaceEvas(rid, id, RemoteSurface::WATCH,
std::make_shared<screen_connector::EvasObject>(viewer_win, false)),
appid_(appid), listener_(listener) {
+ RemoteSurfaceEvas::SetAutoVisibility(false);
LOGI("WatchSurface created (%s)", appid.c_str());
}