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

Commit fd2c6b46 authored by PauloftheWest's avatar PauloftheWest Committed by Android Git Automerger
Browse files

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

* commit 'e33e0512b0c53f386112777057dbf332927e3688':
  Fixed a bug where Bluetooth was turned on with the drop-down in quick settings.
parents 3fe5ea3e 64fe1584
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);
    }