From b1d96dcbf92f6cc26acdb41322cb12fb2f40a1e9 Mon Sep 17 00:00:00 2001 From: "jin-gyu.kim" Date: Fri, 10 Feb 2017 14:54:18 +0900 Subject: [PATCH] Adjust window level for askuser popup. - askuser popup is displayed on the lockscreen. - We don't want to corrupt the lockscreen, so adjust window level. Change-Id: I9b685b7a233da8b539da38a9b59db9179403b70a --- src/agent/notification-daemon/GuiRunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/notification-daemon/GuiRunner.cpp b/src/agent/notification-daemon/GuiRunner.cpp index d26771b..c9de9f8 100644 --- a/src/agent/notification-daemon/GuiRunner.cpp +++ b/src/agent/notification-daemon/GuiRunner.cpp @@ -155,7 +155,7 @@ void GuiRunner::initialize() ALOGE("EFL : Failed to add window"); throw Exception("Elementary failed"); } - efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_3); + efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_DEFAULT); elm_win_autodel_set(m_win, EINA_TRUE); elm_win_override_set(m_win, EINA_TRUE); -- 2.7.4