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:
PauloftheWest
2014-07-30 06:11:16 -07:00
committed by Paul West
parent 90e0df291f
commit 64fe15846c

View File

@@ -77,9 +77,6 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {
@Override
protected void handleSecondaryClick() {
if (!mState.value) {
mController.setBluetoothEnabled(true);
}
showDetail(true);
}