Change popup window priority to notification medium according to the UX guide 73/193573/2
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 22 Nov 2018 04:32:18 +0000 (13:32 +0900)
committerTomasz Swierczek <t.swierczek@samsung.com>
Tue, 27 Nov 2018 06:04:31 +0000 (06:04 +0000)
Change-Id: I4cc977b31e0d25f6a40338174494edf7614a410d
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
src/notification-daemon/ui/Popupper.cpp

index 0ce48ee..56b77ff 100644 (file)
@@ -158,7 +158,7 @@ void Popupper::initialize()
         ALOGE("EFL : Failed to add window");
         throw Exception("Elementary failed");
     }
-    efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_TOP);
+    efl_util_set_notification_window_level(m_win, EFL_UTIL_NOTIFICATION_LEVEL_MEDIUM);
 
     if (elm_win_wm_rotation_supported_get(m_win)) {
         int rots[4] = { 0, 90, 180, 270 };