elm_object_item_style_set(item, "more/default");
nItemCount++;
}
- if (g_pToolbarWidget->ToolbarCbFunc.ShareViaCb) {
+ // share feature doesn't work in tizen 6.0 iot headed branch so we need to remove it from 6.0 branch
+ // we are not removing complete code here because in subsequent branch it should be working.
+ /* if (g_pToolbarWidget->ToolbarCbFunc.ShareViaCb) {
item =
elm_ctxpopup_item_append(g_pToolbarWidget->pMoreCtxPopup,
VIDEOS_CTXPOP_MENU_SHARE_IDS, NULL,
elm_object_item_domain_text_translatable_set(item, VIDEOS_STRING, EINA_TRUE);
elm_object_item_style_set(item, "more/default");
nItemCount++;
- }
+ } */
if (nVideoListSize > 0 && g_pToolbarWidget->ToolbarCbFunc.SortItemCb) {
item =
elm_ctxpopup_item_append(g_pToolbarWidget->pMoreCtxPopup,