mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
fix(mobile): queue doesn't persist
This commit is contained in:
parent
470addca83
commit
95ff13324e
@ -74,7 +74,7 @@ class AudioServices with WidgetsBindingObserver {
|
|||||||
switch (state) {
|
switch (state) {
|
||||||
case AppLifecycleState.detached:
|
case AppLifecycleState.detached:
|
||||||
deactivateSession();
|
deactivateSession();
|
||||||
mobile?.stop();
|
audioPlayer.pause();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user