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

Commit 6ecf7fd3 authored by William Escande's avatar William Escande Committed by Android (Google) Code Review
Browse files

Merge "Comparing address strings instead of device references" into tm-qpr-dev

parents 81be66e0 c36767e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2009,7 +2009,7 @@ public class HeadsetStateMachine extends StateMachine {
            return;
        }

        if (device != mDevice) {
        if (!mDevice.equals(device)) {
            Log.e(TAG, "processAndroidAtSetAudioPolicy(): argument device " + device
                    + " doesn't match mDevice " + mDevice);
            return;