Fixing the shuffle button on the UI is enough.

No need for doing the heavier method ``onShuffleModeEnabledChanged(false);``
pull/6844/head
litetex 2021-10-23 16:46:56 +02:00
rodzic cf81c37683
commit d66f933c69
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -774,7 +774,8 @@ public final class Player implements
destroyPlayer();
initPlayer(playOnReady);
setRepeatMode(repeatMode);
onShuffleModeEnabledChanged(false);
// #6825 - Ensure that the shuffle-button is in the correct state on the UI
setShuffleButton(binding.shuffleButton, simpleExoPlayer.getShuffleModeEnabled());
setPlaybackParameters(playbackSpeed, playbackPitch, playbackSkipSilence);
playQueue = queue;