Skip to content

Commit

Permalink
Reevaluate buffer during a playWhenReady change
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Kho committed Dec 1, 2024
1 parent f113a78 commit f1efd7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ private void setPlayWhenReadyInternal(
handler.sendEmptyMessage(MSG_DO_SOME_WORK);
}
}
queue.reevaluateBuffer(rendererPositionUs);
}

private void setPauseAtEndOfWindowInternal(boolean pauseAtEndOfWindow)
Expand Down

0 comments on commit f1efd7f

Please sign in to comment.