Remove Player.State annotation from 2.10.5

This commit is contained in:
Oliver Woodman 2019-09-20 11:57:40 -07:00
parent 38d6c31fa7
commit 47bfa0691e

View file

@ -892,7 +892,7 @@ public final class MediaSessionConnector {
}
private static int getMediaSessionPlaybackState(
@Player.State int exoPlayerPlaybackState, boolean playWhenReady) {
int exoPlayerPlaybackState, boolean playWhenReady) {
switch (exoPlayerPlaybackState) {
case Player.STATE_BUFFERING:
return PlaybackStateCompat.STATE_BUFFERING;