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

Commit b6a30e16 authored by Yuyang Huang's avatar Yuyang Huang Committed by Gerrit Code Review
Browse files

Merge "minor fix for comparison " into main

parents c97c3d37 6877bdeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1847,7 +1847,7 @@ public class LeAudioService extends ProfileService {
                        + (", mActiveAudioInDevice: " + mActiveAudioInDevice)
                        + (", mActiveAudioOutDevice: " + mActiveAudioOutDevice));

        if (device != mExposedActiveDevice) {
        if (!device.equals(mExposedActiveDevice)) {
            return;
        }