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

Commit f84a1b87 authored by John Spurlock's avatar John Spurlock
Browse files

QS: Enable wifi entering detail (if disabled).

Bug:16215297
Change-Id: I3cf2b7fadec0b10aeb894db5dc0b92d8b83511f7
parent 7468f1db
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -90,6 +90,10 @@ public class WifiTile extends QSTile<QSTile.SignalState> {

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