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

Commit fb15c697 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "Bluetooth: show multi-device status in Quick Settings" into oc-dr1-dev...

Merge "Bluetooth: show multi-device status in Quick Settings" into oc-dr1-dev am: 3afa0318 am: 552e7ec9
am: f140cace

Change-Id: I8f558c13c74aee0246fe4c450f8343296f64a628
parents 437731fd f140cace
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ public class BluetoothTile extends QSTileImpl<BooleanState> {
                    item.icon = R.drawable.ic_qs_bluetooth_on;
                    item.line1 = device.getName();
                    item.tag = device;
                    int state = mController.getMaxConnectionState(device);
                    int state = device.getMaxConnectionState();
                    if (state == BluetoothProfile.STATE_CONNECTED) {
                        item.icon = R.drawable.ic_qs_bluetooth_connected;
                        int batteryLevel = device.getBatteryLevel();