Skip to content

Commit

Permalink
link #3649
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Jun 17, 2024
1 parent 30d6fbf commit ddc6641
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public void showDisplay(Message msg) {
if (mediaPlayer != null && holder.isValid() && !release) {
mediaPlayer.setSurface(holder);
}
if (!isPlaying) {
pause();
}
}
if (!isPlaying) {
pause();
}
}

Expand Down

0 comments on commit ddc6641

Please sign in to comment.