Skip to content

Commit

Permalink
chore(AndroidDemo): delete no use code
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Feb 14, 2020
1 parent d31c821 commit affde9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ public void pause() {
*/
public void stop() {
if (mCicadaVodPlayer != null) {
mCicadaVodPlayer.selectExtSubtitle(mPreviewTrackIndex, false);
// mCicadaVodPlayer.selectExtSubtitle(mPreviewTrackIndex, false);
mCicadaVodPlayer.stop();

updateViewState(ControlView.PlayState.Idle);
Expand Down

0 comments on commit affde9d

Please sign in to comment.