Commit d13385be by jaewan Committed by Andrew Lewis

Fix typo in Player#isPlaying() Javadoc

PiperOrigin-RevId: 368383121
parent 1ad56e96
......@@ -1489,7 +1489,7 @@ public interface Player {
int getPlaybackSuppressionReason();
/**
* Returns whether the player is playing, i.e. {@link #getContentPosition()} is advancing.
* Returns whether the player is playing, i.e. {@link #getCurrentPosition()} is advancing.
*
* <p>If {@code false}, then at least one of the following is true:
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment