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

Commit 8314d050 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Do not reset keyguard when SIM is ready"

parents d54ad2ee b3e65f7e
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -503,9 +503,6 @@ public class KeyguardViewMediator extends SystemUI {
                case READY:
                case READY:
                    synchronized (KeyguardViewMediator.this) {
                    synchronized (KeyguardViewMediator.this) {
                        if (DEBUG_SIM_STATES) Log.d(TAG, "READY, reset state? " + mShowing);
                        if (DEBUG_SIM_STATES) Log.d(TAG, "READY, reset state? " + mShowing);
                        if (mShowing) {
                            resetStateLocked();
                        }
                        mLockWhenSimRemoved = true;
                        mLockWhenSimRemoved = true;
                    }
                    }
                    break;
                    break;