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

Commit cd356f0d authored by Jason Monk's avatar Jason Monk
Browse files

Automatically enable BT when entering BT QS panel

Bug: 18334326
Change-Id: Ifbcdee1a8260ce959eae53c0900851f8da2f97ee
parent b30d902e
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);
    }