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

Commit 4445b56e authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge \\"QS: Fix hotspot refreshing state\\" into nyc-dev am: b3ad74eb

am: d69553b5

Change-Id: Ibd83625a30e23067f49bc11a136084b5d5522baf
parents bf9a5138 d69553b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public class HotspotTile extends QSTile<QSTile.AirplaneBooleanState> {
            mController.addCallback(mCallback);
            final IntentFilter filter = new IntentFilter();
            filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
            refreshState();
        } else {
            mController.removeCallback(mCallback);
        }