Commit 5de4915f by tonihei

Add missing @Nullable for ExoPlayer.getPlayerError.

#minor-release

Issue: google/ExoPlayer#9660
PiperOrigin-RevId: 408323173
parent d06e8136
......@@ -982,6 +982,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