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

Commit 64fe1584 authored by PauloftheWest's avatar PauloftheWest Committed by Paul West
Browse files

Fixed a bug where Bluetooth was turned on with the drop-down in quick settings.

Bug: 16547579

Change-Id: I3326aa1f4076d46dc0f8f87f14b44f097e684105
parent 90e0df29
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {

    @Override
    protected void handleSecondaryClick() {
        if (!mState.value) {
            mController.setBluetoothEnabled(true);
        }
        showDetail(true);
    }