Add missing Nullable annotation
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178117289
This commit is contained in:
parent
02e32a1838
commit
39e8f07566
@ -726,7 +726,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