Remove the selected genlist item 63/92663/1 accepted/tizen/3.0/mobile/20161028.143230 accepted/tizen/common/20161018.175034 accepted/tizen/mobile/20161018.091330 submit/tizen/20161018.013720 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092423
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 18 Oct 2016 02:52:08 +0000 (11:52 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 18 Oct 2016 02:52:08 +0000 (11:52 +0900)
Change-Id: Ie44479fa0938c7ce0d3e8ce90c8814b8fd0cbcd0
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bt-share-ui-view.c

index 1565d71..8118bfe 100755 (executable)
@@ -101,17 +101,11 @@ void _bt_delete_selected_item(bt_share_appdata_t *ad)
        DBG("+");
        ret_if(ad == NULL);
 
-/* "Bluetooth share has closed unexpectedly" crash occurring.
-     After press OK in receive failed pop up.
-     TMWC-726
-*/
-#if 0
        if (ad->selected_item == NULL)
                return;
 
        elm_object_item_del(ad->selected_item);
        ad->selected_item = NULL;
-#endif
 
        if (elm_genlist_items_count(ad->tr_genlist) == 0) {
                _bt_nocontent_set(ad, TRUE);