diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java index 1250d218695c3..1b2c0b005a1a7 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java @@ -77,9 +77,6 @@ public class BluetoothTile extends QSTile { @Override protected void handleSecondaryClick() { - if (!mState.value) { - mController.setBluetoothEnabled(true); - } showDetail(true); }