Loading packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/qs/tiles/HotspotTile.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading