From 7170aae689e17c4a301bcf3f0d6209b19a268f2b Mon Sep 17 00:00:00 2001 From: "aman.jeph" Date: Wed, 2 Dec 2020 12:22:08 +0530 Subject: [PATCH] [TIZENIOT-2098] remove share option from video-player control page Change-Id: I43549f74cedb4cbdc7996bbca477892b2d23f6ed Signed-off-by: aman.jeph --- playview/src/view/vp-play-normal-view.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/playview/src/view/vp-play-normal-view.c b/playview/src/view/vp-play-normal-view.c index e2b5d9f..2700f68 100755 --- a/playview/src/view/vp-play-normal-view.c +++ b/playview/src/view/vp-play-normal-view.c @@ -5774,10 +5774,14 @@ static void __vp_normal_more_btn_clicked_cb(void *pUserData, (void *) pNormalView); /* Share via */ - elm_ctxpopup_item_append(pNormalView->pCtxPopup, + /* Tizen 6.0 iot-headed branch doesn't support sharing ..so we have to remove share feature here + * but we are not removing complete source as this feature will be supported in upcoming branches + */ + + /*elm_ctxpopup_item_append(pNormalView->pCtxPopup, VP_PLAY_STRING_POPUP_SHARE, NULL, __vp_normal_ctx_popup_share_cb, - (void *) pNormalView); + (void *) pNormalView); */ /* Audio only */ -- 2.34.1