Commit 609cf023 by tonihei Committed by Ian Baker

Add missing @Nullable for ExoPlayer.getPlayerError.

#minor-release

Issue: google/ExoPlayer#9660
PiperOrigin-RevId: 408323173
parent dba30ff8
......@@ -1018,6 +1018,7 @@ public interface ExoPlayer extends Player {
* {@link ExoPlaybackException}.
*/
@Override
@Nullable
ExoPlaybackException getPlayerError();
/**
......
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