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

Commit 717aaf4e authored by Sooraj Sasindran's avatar Sooraj Sasindran
Browse files

Do not cleanup entitlement status on carrier config change

Bug: 341182503

Test: Verified  on Pixel 8, 9 with single SIM and MSIM that TMO enabled sim
shows entitlement and non TMO does not

Change-Id: Id5c142693c0f1ac596ca0a0fd20811ff99df71d1
(cherry picked from commit bb7a079f)
parent 59d41454
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3727,11 +3727,6 @@ public class SatelliteController extends Handler {

    private void processNewCarrierConfigData(int subId) {
        configureSatellitePlmnForCarrier(subId);
        synchronized (mIsSatelliteEnabledLock) {
            mSatelliteAttachRestrictionForCarrierArray.clear();
            mIsSatelliteAttachEnabledForCarrierArrayPerSub.clear();
        }

        setSatelliteAttachEnabledForCarrierOnSimLoaded(subId);
        updateRestrictReasonForEntitlementPerCarrier(subId);
    }