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

Commit 55de3bf2 authored by tomhsu's avatar tomhsu
Browse files

Fix crash due to no SatelliteManager

Flag: EXEMPT bug fix
fix: 381212236
Test: make pass
Change-Id: Ic10ad27c1e84ac29c5c1ccf81c073d6f216ed32e
parent 22370a8a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -148,6 +148,10 @@ public class SatelliteSettingPreferenceController extends
    }

    private void updateSummary(Preference preference) {
        if (mSatelliteManager == null) {
            logd("updateSummary - no SatelliteManager");
            return;
        }
        try {
            Set<Integer> restrictionReason =
                    mSatelliteManager.getAttachRestrictionReasonsForCarrier(mSubId);