mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -729,7 +729,7 @@ public class SimpleExoPlayer implements ExoPlayer {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setPlaybackParameters(PlaybackParameters playbackParameters) {
|
public void setPlaybackParameters(@Nullable PlaybackParameters playbackParameters) {
|
||||||
player.setPlaybackParameters(playbackParameters);
|
player.setPlaybackParameters(playbackParameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue