LET ME SLEEP PLEASE!!
This commit is contained in:
parent
e823a02497
commit
55e7a5e7e3
|
|
@ -909,7 +909,7 @@ class _BigAlbumArtState extends State<BigAlbumArt> with WidgetsBindingObserver {
|
||||||
void _listenForMediaItemChanges() {
|
void _listenForMediaItemChanges() {
|
||||||
if (_currentItemSub != null) return;
|
if (_currentItemSub != null) return;
|
||||||
|
|
||||||
if (audioHandler.mediaItem.hasValue) {
|
if (audioHandler.mediaItem.hasValue && _pageController.hasClients) {
|
||||||
_pageController.jumpToPage(playerHelper.queueIndex);
|
_pageController.jumpToPage(playerHelper.queueIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue