mirror of
https://github.com/samsonjs/media.git
synced 2026-04-03 10:55:48 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue