Revert [Hide quickpanel and launch setting on quickpanel] 54/99254/1
authorjunkyu han <junkyu.han@samsung.com>
Tue, 22 Nov 2016 08:24:40 +0000 (17:24 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Tue, 22 Nov 2016 08:24:40 +0000 (17:24 +0900)
Change-Id: I11b7e0db528bda4152c97b6c7fedd63bef7b7d91

src/view.c

index e9fdd531547c53fa89d61ddac69c58ae9a04041e..3230928bd9c6b3ff04fdefcd651d804b75a02da6 100755 (executable)
@@ -800,26 +800,10 @@ static void _button_cb(void *data, Evas_Object *obj, void *event_info)
 {
        int ret = -1;
        app_control_h app_setting;
-       app_control_h app_quick;
 
        if (evas_object_visible_get(view_info.win)) {
                volume_timer_del(TYPE_TIMER_POPUP);
 
-               /* Hide quickpanel */
-               ret = app_control_create(&app_quick);
-               _app_control_error_check(ret);
-
-               ret = app_control_set_app_id(app_quick, "org.tizen.quickpanel");
-               _app_control_error_check(ret);
-
-               ret = app_control_add_extra_data(app_quick, "HIDE_LAUNCH", "1");
-               _app_control_error_check(ret);
-
-               ret = app_control_send_launch_request(app_quick, NULL, NULL);
-               _app_control_error_check(ret);
-
-               app_control_destroy(app_quick);
-
                /* Send Launch Request to Setting */
                ret = app_control_create(&app_setting);
                _app_control_error_check(ret);