Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70e721f9 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "AudioService: Fix ring over SCO sequence." into main

parents 7392d888 4981c429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2641,8 +2641,8 @@ public class AudioDeviceBroker {
                Log.w(TAG, "failed to broadcast ACTION_SPEAKERPHONE_STATE_CHANGED: " + e);
            }
        }
        mAudioService.postUpdateRingerModeServiceInt();
        dispatchCommunicationDevice();
        mAudioService.postUpdateRingerModeServiceInt();
    }

    @GuardedBy("mDeviceStateLock")