[TSAM-8846]Auto play on resume issue resolved 60/93260/1
authorAlka Sethi <alka.sethi@samsung.com>
Fri, 21 Oct 2016 09:39:53 +0000 (15:09 +0530)
committerAlka Sethi <alka.sethi@samsung.com>
Fri, 21 Oct 2016 09:39:53 +0000 (15:09 +0530)
Change-Id: Ie7d36c5e46dad1b20dfe100662adb49328577d8a
Signed-off-by: Alka Sethi <alka.sethi@samsung.com>
playview/src/core/vp-sound.c

index e5cdbb7..10f4641 100644 (file)
@@ -54,9 +54,9 @@ void vp_player_focus_callback(sound_stream_info_h stream_info, sound_stream_focu
                                vp_play_normal_view_pause_player(pPlayView);
                        }
                }
-       } else {
+       } /*else {
                vp_play_normal_view_play_player(pPlayView);
-       }
+       }*/
 }
 
 bool vp_sound_init_session(play_view_handle pViewHandle)