From e30efad93a8b507b0aa4f7ce20f9aa72e8f10de4 Mon Sep 17 00:00:00 2001 From: Timo K Date: Thu, 16 Apr 2026 23:35:49 +0200 Subject: [PATCH] Update AndroidControlledAudioOutput.ts --- src/state/AndroidControlledAudioOutput.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/state/AndroidControlledAudioOutput.ts b/src/state/AndroidControlledAudioOutput.ts index d1fda25f..315fc933 100644 --- a/src/state/AndroidControlledAudioOutput.ts +++ b/src/state/AndroidControlledAudioOutput.ts @@ -226,6 +226,7 @@ export class AndroidControlledAudioOutput implements MediaDevice< ...state, preferredDeviceId: action.deviceId, selectedDeviceId: chosenDevice, + nativeSelectedDeviceId: undefined, }; } case "nativeSideUpdatedDevice": {