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

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

am 96cecfec: am e33e0512: Fixed a bug where Bluetooth was turned on with the...

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

* commit '96cecfec6a4cfd22efbb3a200509adda9764a9ca':
  Fixed a bug where Bluetooth was turned on with the drop-down in quick settings.
parents 41aea6ac fd2c6b46
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);
    }