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

Commit d6b0b172 authored by Zhihai Xu's avatar Zhihai Xu Committed by Android Git Automerger
Browse files

am 7dd84651: Merge "Display BTH connected status correctly"

* commit '7dd84651':
  Display BTH connected status correctly
parents a3860afc 7dd84651
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ public final class BluetoothDevicePreference extends Preference implements
                    break;

                case BluetoothProfile.STATE_DISCONNECTED:
                    if (profile.isProfileReady() && profile.isPreferred(cachedDevice.getDevice())) {
                    if (profile.isProfileReady()) {
                        if (profile instanceof A2dpProfile) {
                            a2dpNotConnected = true;
                        } else if (profile instanceof HeadsetProfile) {