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

Commit 7928cd85 authored by Stuart Scott's avatar Stuart Scott
Browse files

Fix NPE when parceling SubInfoRecord

bug:18256375
Change-Id: I04ab5086e3f06abc6ce44ef69501022564a95b88
parent 815c61d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -485,7 +485,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
                } else {
                    setTitle(mSubInfoRecord.getDisplayName());
                }
                setSummary(mSubInfoRecord.getNumber().toString());
                setSummary(mSubInfoRecord.getNumber());
                setEnabled(true);
            } else {
                setSummary(R.string.sim_slot_empty);