[TSAM-6140]Resolved share panel resume related issue 40/79440/1
authorAlka Sethi <alka.sethi@samsung.com>
Mon, 11 Jul 2016 10:29:33 +0000 (15:59 +0530)
committerAlka Sethi <alka.sethi@samsung.com>
Mon, 11 Jul 2016 10:29:33 +0000 (15:59 +0530)
Change-Id: Idcf8ebd684e1d616fcab894c5c749252ac7972b3
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
playview/src/view/vp-play-normal-view.c

index 9cdeb53..2e233ab 100644 (file)
@@ -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;
 }