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

Commit bb1dd00d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Text of VoLTE setting cannot be updated when SIM state is changed"...

Merge "Fix Text of VoLTE setting cannot be updated when SIM state is changed" into stage-aosp-master
parents 6eb3f3bf f5668280
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -77,9 +77,6 @@ public class Enhanced4gBasePreferenceController extends TelephonyTogglePreferenc
            mTelephonyCallback = new PhoneCallStateTelephonyCallback();
        }

        if (mSubId == subId) {
            return this;
        }
        mSubId = subId;
        final PersistableBundle carrierConfig = getCarrierConfigForSubId(subId);
        if (carrierConfig == null) {
@@ -136,7 +133,7 @@ public class Enhanced4gBasePreferenceController extends TelephonyTogglePreferenc

    @Override
    public void onStart() {
        if (!isModeMatched() || (mTelephonyCallback == null)) {
        if (mTelephonyCallback == null) {
            return;
        }
        mTelephonyCallback.register(mContext, mSubId);