Ignore vconf event 29/234629/1
authorhyunho <hhstark.kang@samsung.com>
Wed, 27 May 2020 11:42:43 +0000 (20:42 +0900)
committerhyunho <hhstark.kang@samsung.com>
Wed, 27 May 2020 11:42:43 +0000 (20:42 +0900)
Change-Id: Ifc83f8d45a4139765243fd00e0b5daf89049f3a8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
ambient-viewer/src/ambient-viewer.cc

index 92918eb..16fea19 100644 (file)
@@ -143,6 +143,7 @@ void AmbientViewer::Monitor(bool full) {
 }
 
 void AmbientViewer::Unmonitor() {
+  vconf_ignore_key_changed(VCONFKEY_WATCH_CURRENT_WATCH_INFO, OnChangedSignal);
   top_app_surface_.reset();
   watch_stack_.clear();
 }