mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Update v27.0.0 from git_oc-mr1-release with build id #4399904 & SL from ub-supportlib-27.0 with build id #4397392 to Android stable channel
Branch: git_oc-mr1-release & ub-supportlib-27.0 Release: 27.0.0 Build ID: 4399904 & 4397392 Channel: stable Version: 8.1.0 Global presubmit: [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173351372
This commit is contained in:
parent
5a91a71cd0
commit
ac9233b7f8
1 changed files with 0 additions and 8 deletions
|
|
@ -736,14 +736,6 @@ public final class MediaSessionConnector {
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSetShuffleModeEnabled(boolean enabled) {
|
||||
if (canDispatchToPlaybackController(PlaybackStateCompat.ACTION_SET_SHUFFLE_MODE_ENABLED)) {
|
||||
playbackController.onSetShuffleMode(player, enabled
|
||||
? PlaybackStateCompat.SHUFFLE_MODE_ALL : PlaybackStateCompat.SHUFFLE_MODE_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSetShuffleMode(int shuffleMode) {
|
||||
if (canDispatchToPlaybackController(PlaybackStateCompat.ACTION_SET_SHUFFLE_MODE_ENABLED)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue