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

Commit 880b8c6d authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Revert "Fixs user input nothing, but save it successfully"

This reverts commit 6f27b8bc.

Reason for revert: wrong logic

Change-Id: Ic2eaaa5dd318a2eb92da1a3615590e7d132641a7
parent 6f27b8bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ class SimOnboardingService {
    }

    fun addItemForRenaming(subInfo: SubscriptionInfo, newName: String) {
        if (newName.isEmpty() && subInfo.displayName == newName) {
        if (subInfo.displayName == newName) {
            return
        }
        renameMutableMap[subInfo.subscriptionId] = newName