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

Commit 40adbfbc authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Fix issue where SIM PIN message would be visible am: 00ce73a4 am: 98fe256c

am: ded6d5d3

Change-Id: I699fbac4c28c1ccc47f157f00a91114c22a5ac67
parents 774da779 ded6d5d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ public class KeyguardSimPinView extends KeyguardPinBasedInputView {
            msg = rez.getString(R.string.kg_sim_lock_esim_instructions, msg);
        }

        if (mSecurityMessageDisplay != null) {
        if (mSecurityMessageDisplay != null && getVisibility() == VISIBLE) {
            mSecurityMessageDisplay.setMessage(msg);
        }
        mSimImageView.setImageTintList(ColorStateList.valueOf(color));