Merge "Revert "Fixs user input nothing, but save it successfully"" into main
This commit is contained in:
@@ -225,7 +225,7 @@ class SimOnboardingService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun addItemForRenaming(subInfo: SubscriptionInfo, newName: String) {
|
fun addItemForRenaming(subInfo: SubscriptionInfo, newName: String) {
|
||||||
if (newName.isEmpty() && subInfo.displayName == newName) {
|
if (subInfo.displayName == newName) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
renameMutableMap[subInfo.subscriptionId] = newName
|
renameMutableMap[subInfo.subscriptionId] = newName
|
||||||
|
Reference in New Issue
Block a user