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

Commit bf4120f3 authored by Bonian Chen's avatar Bonian Chen Committed by Android (Google) Code Review
Browse files

Merge "[Settings] Fix build breakage" into sc-dev

parents 3625cf50 4a6733e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ public class ProxySubscriptionManager implements LifecycleObserver {
        mActiveSubscriptionsListeners =
                new ArrayList<OnActiveSubscriptionChangedListener>();

        mSubscriptionMonitor = new ActiveSubsciptionsListener(looper, context) {
        mSubscriptionMonitor = new ActiveSubscriptionsListener(looper, context) {
            public void onChanged() {
                notifyAllListeners();
            }
@@ -94,7 +94,7 @@ public class ProxySubscriptionManager implements LifecycleObserver {
    }

    private Lifecycle mLifecycle;
    private ActiveSubsciptionsListener mSubscriptionMonitor;
    private ActiveSubscriptionsListener mSubscriptionMonitor;
    private GlobalSettingsChangeListener mAirplaneModeMonitor;

    private List<OnActiveSubscriptionChangedListener> mActiveSubscriptionsListeners;