mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45: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) {
|
||||
case AppLifecycleState.detached:
|
||||
deactivateSession();
|
||||
mobile?.stop();
|
||||
audioPlayer.pause();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user