Adjust window level for askuser popup. 29/114129/1
authorjin-gyu.kim <jin-gyu.kim@samsung.com>
Fri, 10 Feb 2017 05:54:18 +0000 (14:54 +0900)
committerjin-gyu.kim <jin-gyu.kim@samsung.com>
Fri, 10 Feb 2017 05:54:21 +0000 (14:54 +0900)
- 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

index d26771b..c9de9f8 100644 (file)
@@ -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);