functional carplay experience in simulators
This commit is contained in:
@@ -126,6 +126,13 @@ class KryzAudioHandler extends BaseAudioHandler with SeekHandler {
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> pause() async {
|
||||
// CarPlay and lock-screen transport may issue pause for live streams.
|
||||
// Treat pause as stop to keep behavior consistent across platforms.
|
||||
await stop();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> seek(Duration position) async {
|
||||
// Live stream is intentionally non-seekable.
|
||||
|
||||
Reference in New Issue
Block a user