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

Commit 4854657f authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

am 90bec300: am 56dd1f1e: Merge "Automatically enable BT when entering BT QS...

am 90bec300: am 56dd1f1e: Merge "Automatically enable BT when entering BT QS panel" into lmp-mr1-dev

* commit '90bec300':
  Automatically enable BT when entering BT QS panel
parents 9b07760d 90bec300
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {

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