mirror of
https://github.com/androidx/media.git
synced 2025-05-16 20:19:57 +08:00
Add missing @Nullable for ExoPlayer.getPlayerError.
#minor-release Issue: google/ExoPlayer#9660 PiperOrigin-RevId: 408323173
This commit is contained in:
parent
942bfdb140
commit
864e5a2dbc
@ -982,6 +982,7 @@ public interface ExoPlayer extends Player {
|
|||||||
* {@link ExoPlaybackException}.
|
* {@link ExoPlaybackException}.
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
|
@Nullable
|
||||||
ExoPlaybackException getPlayerError();
|
ExoPlaybackException getPlayerError();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user