Fix typo in Player#isPlaying() Javadoc

PiperOrigin-RevId: 368383121
This commit is contained in:
jaewan 2021-04-14 09:36:45 +01:00 committed by Andrew Lewis
parent 1ad56e96c2
commit d13385be93

View file

@ -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:
*