mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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(
|
private static int getMediaSessionPlaybackState(
|
||||||
@Player.State int exoPlayerPlaybackState, boolean playWhenReady) {
|
int exoPlayerPlaybackState, boolean playWhenReady) {
|
||||||
switch (exoPlayerPlaybackState) {
|
switch (exoPlayerPlaybackState) {
|
||||||
case Player.STATE_BUFFERING:
|
case Player.STATE_BUFFERING:
|
||||||
return PlaybackStateCompat.STATE_BUFFERING;
|
return PlaybackStateCompat.STATE_BUFFERING;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue