Merge "Can not reset the sim name in the onboarding sim flow" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b1ce525751
@@ -237,6 +237,7 @@ class SimOnboardingService {
|
||||
|
||||
fun addItemForRenaming(subInfo: SubscriptionInfo, newName: String) {
|
||||
if (subInfo.displayName == newName) {
|
||||
renameMutableMap.remove(subInfo.subscriptionId)
|
||||
return
|
||||
}
|
||||
renameMutableMap[subInfo.subscriptionId] = newName
|
||||
|
||||
Reference in New Issue
Block a user