From 40f5fedfe8e6ce67e95273b1b54131f29364a875 Mon Sep 17 00:00:00 2001 From: Alka Sethi Date: Mon, 11 Jul 2016 15:59:33 +0530 Subject: [PATCH] [TSAM-6140]Resolved share panel resume related issue Change-Id: Idcf8ebd684e1d616fcab894c5c749252ac7972b3 Signed-off-by: Alka Sethi --- playview/src/view/vp-play-normal-view.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playview/src/view/vp-play-normal-view.c b/playview/src/view/vp-play-normal-view.c index 9cdeb53..2e233ab 100644 --- a/playview/src/view/vp-play-normal-view.c +++ b/playview/src/view/vp-play-normal-view.c @@ -12499,6 +12499,11 @@ bool vp_play_normal_view_set_share_panel_state(normal_view_handle pViewHandle) pNormalView->bSharepopup = FALSE; pNormalView->bSharePanelFocusIn = TRUE; + PlayView *pPlayView = pNormalView->pPlayView; + if(pPlayView->bIsPlayBeforeShare) { + vp_play_normal_view_resume_or_pause(pPlayView->pNormalView); + } + return TRUE; } -- 2.7.4