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

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

Merge "Keyguard: PIN lock input views flash when SIM status ready"

parents fb6bcc35 bd65daf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ public class KeyguardViewMediator {
                    break;
                case READY:
                    synchronized (this) {
                        if (isShowing()) {
                        if (isShowing() && !isSecure()) {
                            resetStateLocked(null);
                        }
                    }