[TIZENIOT-2098] remove share option from video-player control page 79/248779/1 submit/tizen_6.0/20201202.085250
authoraman.jeph <aman.jeph@samsung.com>
Wed, 2 Dec 2020 06:52:08 +0000 (12:22 +0530)
committeraman.jeph <aman.jeph@samsung.com>
Wed, 2 Dec 2020 06:52:08 +0000 (12:22 +0530)
Change-Id: I43549f74cedb4cbdc7996bbca477892b2d23f6ed
Signed-off-by: aman.jeph <aman.jeph@samsung.com>
playview/src/view/vp-play-normal-view.c

index e2b5d9f120285db7e9c17d0b3ec4a7a8eaa67493..2700f686cac977a6f56d40459a5ebcf939f57745 100755 (executable)
@@ -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 */