Closes app now when you hit the back button. This is a temp fix to keep media workin... 56/3356/1 2.0 accepted/2.0/20130418.205817 submit/2.0/20130418.212042
authorbrianjjones <brian.j.jones@intel.com>
Thu, 18 Apr 2013 21:20:25 +0000 (14:20 -0700)
committerbrianjjones <brian.j.jones@intel.com>
Thu, 18 Apr 2013 21:20:25 +0000 (14:20 -0700)
src/edc-callback/cam_toolbar_edc_callback.c

index 4e319e3..a6d594b 100755 (executable)
@@ -728,11 +728,13 @@ static void __toolbar_backbutton_cb(void *data, Evas_Object *o,
                }
        }
 
+/*     TODO: Properly release video and audio when minimizing. Otherwise it keeps other apps from gaining access 
        if(ad->launching_mode == CAM_LAUNCHING_MODE_EXTERNAL)
                cam_app_exit(ad);
        else
                elm_win_lower(ug_get_window());
-
+*/
+       cam_app_exit(ad);
 
        DEBUG_TRACE("END");
 }