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

Commit 552e7ec9 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

am: 3afa0318

Change-Id: I7a8f6a7fcb3a693cfdec47525f5d1384b34e7b66
parents ac58e858 3afa0318
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();