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

Commit 781a6133 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "KeyGuard: Fix incorrect SIM 1 messages wrongly displayed for SIM 2."

parents 50d92150 04bb749c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -344,6 +344,8 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
        if (SubscriptionManager.isValidSubId(subId) && (subId != mSubId)) {
            mSubId = subId;
            handleSubInfoChange();
            mRemainingAttempts = -1;
            mShowDefaultMessage = true;
        }
    }

+2 −0
Original line number Diff line number Diff line
@@ -412,6 +412,8 @@ public class KeyguardSimPukView extends KeyguardPinBasedInputView {
        if (subId != mSubId) {
            mSubId = subId;
            handleSubInfoChange();
            mRemainingAttempts = -1;
            mShowDefaultMessage = true;
        }
    }