switches pause mechanic for stop on stream
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class _MainPageState extends State<MainPage> {
|
||||
}
|
||||
|
||||
Future<void> _stop() async {
|
||||
await _audio.pause();
|
||||
await _audio.stop();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user