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

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

Merge "[Settings] Avoid non-owner from crash mobile data settings"

parents de86f9c9 eb2b87aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -118,6 +118,9 @@ public class MobileNetworkActivity extends SettingsBaseActivity
    @Override
    protected void onDestroy() {
        super.onDestroy();
        if (mProxySubscriptionMgr == null) {
            return;
        }
        mProxySubscriptionMgr.removeActiveSubscriptionsListener(this);
    }