mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Remove Player.State annotation from 2.10.5
This commit is contained in:
parent
38d6c31fa7
commit
47bfa0691e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue