fix(mobile): queue doesn't persist

This commit is contained in:
Kingkor Roy Tirtho 2024-08-15 22:46:17 +06:00
parent 470addca83
commit 95ff13324e

View File

@ -74,7 +74,7 @@ class AudioServices with WidgetsBindingObserver {
switch (state) {
case AppLifecycleState.detached:
deactivateSession();
mobile?.stop();
audioPlayer.pause();
break;
default:
break;