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

Commit 4615179f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix mvno data field summary not update issue"

parents 1d45573e 012c5858
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -754,6 +754,9 @@ public class ApnEditor extends SettingsPreferenceFragment
                        telephonyManager = telephonyManagerForSubId;
                    }
                    mMvnoMatchData.setText(telephonyManager.getGroupIdLevel1());
                } else {
                    // mvno type 'none' case. At this time, mvnoIndex should be 0.
                    mMvnoMatchData.setText("");
                }
            }

@@ -805,6 +808,7 @@ public class ApnEditor extends SettingsPreferenceFragment
            }
            mMvnoType.setValue((String) newValue);
            mMvnoType.setSummary(mvno);
            mMvnoMatchData.setSummary(checkNull(mMvnoMatchData.getText()));
        } else if (KEY_PASSWORD.equals(key)) {
            mPassword.setSummary(starify(newValue != null ? String.valueOf(newValue) : ""));
        } else if (KEY_CARRIER_ENABLED.equals(key)) {