Skip to content

Commit

Permalink
Merge branch 'dev' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
FongMi committed Jan 12, 2024
1 parent 01bba53 commit 67a05cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ public boolean onError(IMediaPlayer mp, int what, int extra) {

@Override
public void onTimedText(IMediaPlayer mp, IjkTimedText text) {
mSubtitleView.setCues(SubtitleParser.parse(text.getText()));
}

@Override
Expand Down

0 comments on commit 67a05cc

Please sign in to comment.