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

Commit 005afe54 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: 05943a32

Change-Id: I1561c0ce1564454601c80f4f87512b8e0796549e
parents bf9a5138 05943a32
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);
        }