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

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

Merge "[Settings] Link to incorrect SIM after SIM swap" into tm-dev

parents 27aa5f9d 4e32727c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -232,10 +232,10 @@ public class SubscriptionsPreferenceController extends AbstractPreferenceControl
                connectCarrierNetwork();
                return true;
            });
        }

        mSubsGearPref.setOnGearClickListener(p ->
                MobileNetworkUtils.launchMobileNetworkSettings(mContext, subInfo));
        }

        if (!(mContext.getSystemService(UserManager.class)).isAdminUser()) {
            mSubsGearPref.setGearEnabled(false);