[TSAM-11678] Do not show ctx popup in connected device naviframe 75/105175/2 accepted/tizen/common/20161216.124442 accepted/tizen/ivi/20161216.083409 accepted/tizen/mobile/20161216.083335 accepted/tizen/tv/20161216.083344 submit/tizen/20161216.044502
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 01:58:06 +0000 (10:58 +0900)
committerseonah moon <seonah1.moon@samsung.com>
Fri, 16 Dec 2016 02:02:06 +0000 (18:02 -0800)
Change-Id: I7675cce656dfe67902dd29f84472692fa5bddc01
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/ug-setting-mobileap-efl.spec
src/mh_connected_client.c
src/mh_view_main.c

index cf37df5..de6bbf9 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:          ug-setting-mobileap-efl
 Summary:       Tethering UI Gadget Library
-Version:       1.0.156
+Version:       1.0.157
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 5e45f44..fa32ed1 100755 (executable)
@@ -341,6 +341,7 @@ static Eina_Bool __back_btn_cb(void *data, Elm_Object_Item *navi_item)
        mh_appdata_t *ad = (mh_appdata_t *)data;
 
        __deconstruct_conn_clients_view(ad);
+       _ctxpopup_more_button_callback_add(ad);
 
        DBG("-\n");
        return EINA_TRUE;
index effd605..ab2a861 100755 (executable)
@@ -48,6 +48,7 @@ void _select_connected_dev(void *data, Evas_Object *obj, void *event_info)
        mh_appdata_t *ad = (mh_appdata_t *)data;
 
        elm_genlist_item_selected_set((Elm_Object_Item *)event_info, EINA_FALSE);
+       _ctxpopup_more_button_callback_del(ad);
        _create_connected_client_view(ad);
        __MOBILE_AP_FUNC_EXIT__;
 }