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

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

Merge "AudioDeviceBroker: remove unnecessary synchronization around...

Merge "AudioDeviceBroker: remove unnecessary synchronization around onUpdatedAdiDeviceState" into main
parents e7798744 f791b69d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2037,9 +2037,8 @@ public class AudioDeviceBroker {
                    } break;

                case MSG_L_UPDATED_ADI_DEVICE_STATE:
                    synchronized (mDeviceStateLock) {
                    mAudioService.onUpdatedAdiDeviceState((AdiDeviceState) msg.obj);
                    } break;
                    break;

                default:
                    Log.wtf(TAG, "Invalid message " + msg.what);