Fixed a bug where Bluetooth was turned on with the drop-down in quick settings.
Bug: 16547579 Change-Id: I3326aa1f4076d46dc0f8f87f14b44f097e684105
This commit is contained in:
@@ -77,9 +77,6 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {
|
||||
|
||||
@Override
|
||||
protected void handleSecondaryClick() {
|
||||
if (!mState.value) {
|
||||
mController.setBluetoothEnabled(true);
|
||||
}
|
||||
showDetail(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user