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

Commit 01043fdf authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix crash due to no SatelliteManager" into main

parents 95ac81f4 55de3bf2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -149,6 +149,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);