Skip to content

Commit

Permalink
Align PlaybackSuppressionReason java doc with method doc.
Browse files Browse the repository at this point in the history
Same change as done in c49388a.

PiperOrigin-RevId: 274894288
  • Loading branch information
tonihei authored and ojw28 committed Oct 15, 2019
1 parent 79da521 commit 40dbe10
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,8 @@ public void onTimelineChanged(Timeline timeline, @Nullable Object manifest) {
int STATE_ENDED = 4;

/**
* Reason why playback is suppressed even if {@link #getPlaybackState()} is {@link #STATE_READY}
* and {@link #getPlayWhenReady()} is {@code true}. One of {@link
* #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* Reason why playback is suppressed even though {@link #getPlayWhenReady()} is {@code true}. One
* of {@link #PLAYBACK_SUPPRESSION_REASON_NONE} or {@link
* #PLAYBACK_SUPPRESSION_REASON_TRANSIENT_AUDIO_FOCUS_LOSS}.
*/
@Documented
Expand Down

0 comments on commit 40dbe10

Please sign in to comment.