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

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

Merge "Use cached displayName from sub db for known SUBs."

parents ad0b2b5b b398d771
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1035,10 +1035,6 @@ public class SubscriptionController extends ISub.Stub {
                            value.put(SubscriptionManager.SIM_SLOT_INDEX, slotIndex);
                        }

                        if (nameSource != SubscriptionManager.NAME_SOURCE_USER_INPUT) {
                            setDisplayName = true;
                        }

                        if (oldIccId != null && oldIccId.length() < uniqueId.length()
                                && (oldIccId.equals(IccUtils.getDecimalSubstring(uniqueId)))) {
                            value.put(SubscriptionManager.ICC_ID, uniqueId);