Add missing Nullable annotation
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178117289
This commit is contained in:
parent
586e657bd7
commit
a7b11ecb17
@ -729,7 +729,7 @@ public class SimpleExoPlayer implements ExoPlayer {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPlaybackParameters(PlaybackParameters playbackParameters) {
|
||||
public void setPlaybackParameters(@Nullable PlaybackParameters playbackParameters) {
|
||||
player.setPlaybackParameters(playbackParameters);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user