From 94852e49cb71fe0628498f2cb19a3d795f0ba604 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Tue, 7 Jul 2026 08:54:31 +0200 Subject: [PATCH] fix(ios): stop reclaiming audio session while paused in PiP close #1496 Bumps os_media_controls so the audio session is only activated on playing-state pushes; paused/metadata pushes no longer re-interrupt other apps' audio (which caused the 1-2 Hz play/pause loop). --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 13cd7e34..6bac7215 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -768,8 +768,8 @@ packages: dependency: "direct main" description: path: "." - ref: "71b96f8dcfe3cc0483735b796fb933b3ba838cc2" - resolved-ref: "71b96f8dcfe3cc0483735b796fb933b3ba838cc2" + ref: "75556a968a4a1ebc42fbb8c31942c2418d4326e1" + resolved-ref: "75556a968a4a1ebc42fbb8c31942c2418d4326e1" url: "https://github.com/edde746/media_controls" source: git version: "0.3.0" diff --git a/pubspec.yaml b/pubspec.yaml index ebbd4acb..1e08113c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: os_media_controls: git: url: https://github.com/edde746/media_controls - ref: 71b96f8dcfe3cc0483735b796fb933b3ba838cc2 + ref: 75556a968a4a1ebc42fbb8c31942c2418d4326e1 rate_limiter: ^1.0.0 wakelock_plus: git: