[VIDEO-PLAYER][TSAM-2285]Resolved Player bar related issue 03/66403/1
authoranshu.kumar <anshu.kumar@samsung.com>
Mon, 18 Apr 2016 15:44:25 +0000 (21:14 +0530)
committeranshu.kumar <anshu.kumar@samsung.com>
Mon, 18 Apr 2016 15:44:25 +0000 (21:14 +0530)
Change-Id: I9f9656762820aeb6343f96a34145ed5a7c7b7d76
Signed-off-by: anshu.kumar <anshu.kumar@samsung.com>
playview/src/view/vp-play-normal-view.c

index f0c13dc..86e0347 100755 (executable)
@@ -3370,7 +3370,7 @@ static Eina_Bool __vp_normal_hide_layout_timer_cb(void *pUserData)
                VideoLogWarning("vp_mm_player_get_state is fail");
        }
 
-       if (nState != VP_MM_PLAYER_STATE_PLAYING) {
+       if ((nState != VP_MM_PLAYER_STATE_PLAYING) && (nState != VP_MM_PLAYER_STATE_PAUSED)) {
                return EINA_FALSE;
        }