[TBT][tbtcoreapp][Non-ACR][TNEXT-4278,Fixed nfc crash issue] 34/154534/1
authornibha2 <nibha.sharma@samsung.com>
Tue, 10 Oct 2017 11:24:49 +0000 (16:54 +0530)
committernibha2 <nibha.sharma@samsung.com>
Tue, 10 Oct 2017 11:24:49 +0000 (16:54 +0530)
Change-Id: I84549af192f8b3ee7b150006d741c008dd303e5a
Signed-off-by: nibha2 <nibha.sharma@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk [changed mode: 0644->0755]
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk [changed mode: 0644->0755]
tbtcoreapp/src/view/tbt-nfc-view.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 99850d1..9da25d2
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
old mode 100644 (file)
new mode 100755 (executable)
index 3cd134b..30aa061
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
old mode 100644 (file)
new mode 100755 (executable)
index ee88ba4..fd52752
@@ -135,11 +135,9 @@ nfc_view *nfc_view_add(Evas_Object *navi, tbt_info *tbt_info, Elm_Object_Item *i
        Elm_Object_Item *nf_it;
        Evas_Object *nf = this->view->navi;
 
-       nf_it = elm_naviframe_top_item_get(nf);
-       elm_naviframe_item_style_set(nf_it, "tabbar");
-
-
        #ifdef DEVICE_TYPE_MOBILE
+               nf_it = elm_naviframe_top_item_get(nf);
+               elm_naviframe_item_style_set(nf_it, "tabbar");
                tabbar = create_2_text_with_title_tabbar(nf, this);
                elm_object_item_part_content_set(nf_it, "tabbar", tabbar);
        #else