Use elm_win_activate instead of elm_win_iconified_set 57/165957/1 accepted/tizen/unified/20180110.141800 submit/tizen/20180105.025153
authorjunkyu han <junkyu.han@samsung.com>
Fri, 5 Jan 2018 02:48:55 +0000 (11:48 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Fri, 5 Jan 2018 02:48:55 +0000 (11:48 +0900)
Change-Id: Iccdf2839c3ffdf3b9940444190de8c0e694f47bb

src/view.c

index b24a507..f35f519 100755 (executable)
@@ -482,7 +482,7 @@ volume_error_e volume_view_window_show(sound_type_e type)
 {
        _D("Volume view window SHOW is [%p]", view_info.win);
 
-       elm_win_iconified_set(view_info.win, EINA_FALSE);
+       elm_win_activate(view_info.win);
 
        if (type == SOUND_TYPE_CALL)
                _D("Sound type is Call");