From: Yunjin Lee Date: Thu, 2 Mar 2017 11:34:02 +0000 (+0900) Subject: Enable showing indicator when privacy popup is displayed X-Git-Tag: accepted/tizen/common/20170314.173054~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15d4c6dba265100102b085d061d393c7f8b25c13;p=platform%2Fcore%2Fsecurity%2Faskuser.git Enable showing indicator when privacy popup is displayed Change-Id: Iba989036e94638d62147e025b868a1ba42f2d01c Signed-off-by: Yunjin Lee --- diff --git a/src/agent/notification-daemon/GuiRunner.cpp b/src/agent/notification-daemon/GuiRunner.cpp index 7fd0c52..1fb29cf 100644 --- a/src/agent/notification-daemon/GuiRunner.cpp +++ b/src/agent/notification-daemon/GuiRunner.cpp @@ -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);