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

Commit b58532a9 authored by Md Shahriar Hossain Sajib's avatar Md Shahriar Hossain Sajib Committed by Gerrit Code Review
Browse files

Merge "Comparing address strings instead of device references"

parents dac880cf 148ea6fb
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;