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

Commit 94f682ed authored by Jason Monk's avatar Jason Monk
Browse files

QS: Fix hotspot refreshing state

Change-Id: I40e693d154d5481959f63d555191d2c88f3d1b97
Fixes: 29518006
parent 7aac630f
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);
        }