Merge "[Settings] Fix build breakage" into sc-dev
This commit is contained in:
@@ -77,7 +77,7 @@ public class ProxySubscriptionManager implements LifecycleObserver {
|
|||||||
mActiveSubscriptionsListeners =
|
mActiveSubscriptionsListeners =
|
||||||
new ArrayList<OnActiveSubscriptionChangedListener>();
|
new ArrayList<OnActiveSubscriptionChangedListener>();
|
||||||
|
|
||||||
mSubscriptionMonitor = new ActiveSubsciptionsListener(looper, context) {
|
mSubscriptionMonitor = new ActiveSubscriptionsListener(looper, context) {
|
||||||
public void onChanged() {
|
public void onChanged() {
|
||||||
notifyAllListeners();
|
notifyAllListeners();
|
||||||
}
|
}
|
||||||
@@ -94,7 +94,7 @@ public class ProxySubscriptionManager implements LifecycleObserver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private Lifecycle mLifecycle;
|
private Lifecycle mLifecycle;
|
||||||
private ActiveSubsciptionsListener mSubscriptionMonitor;
|
private ActiveSubscriptionsListener mSubscriptionMonitor;
|
||||||
private GlobalSettingsChangeListener mAirplaneModeMonitor;
|
private GlobalSettingsChangeListener mAirplaneModeMonitor;
|
||||||
|
|
||||||
private List<OnActiveSubscriptionChangedListener> mActiveSubscriptionsListeners;
|
private List<OnActiveSubscriptionChangedListener> mActiveSubscriptionsListeners;
|
||||||
|
Reference in New Issue
Block a user