Enable showing indicator when privacy popup is displayed 47/117047/1
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 2 Mar 2017 11:34:02 +0000 (20:34 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 2 Mar 2017 11:34:02 +0000 (20:34 +0900)
Change-Id: Iba989036e94638d62147e025b868a1ba42f2d01c
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/agent/notification-daemon/GuiRunner.cpp

index 7fd0c52..1fb29cf 100644 (file)
@@ -300,6 +300,8 @@ void GuiRunner::initialize()
     evas_object_show(m_popup);
 #endif
     // callbacks
+    elm_win_indicator_opacity_set(m_win, ELM_WIN_INDICATOR_OPAQUE);
+    elm_win_indicator_mode_set(m_win, ELM_WIN_INDICATOR_SHOW);
     evas_object_smart_callback_add(m_win, "unfocused", &GuiRunner::unfocused, this);
     evas_object_smart_callback_add(m_allowButton, "clicked", &GuiRunner::allowAnswerCb, this);
     evas_object_smart_callback_add(m_denyButton, "clicked", &GuiRunner::denyAnswerCb, this);