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

Commit bbb49941 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Keyguard: Don't lock when phone process crashes" into pi-dev

am: fd935d3a

Change-Id: I94cb7eb84ce34554524339bc1ba7c64cb7b2e46a
parents 4720a41e fd935d3a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -502,9 +502,6 @@ public class KeyguardViewMediator extends SystemUI {
                    break;
                default:
                    if (DEBUG_SIM_STATES) Log.v(TAG, "Unspecific state: " + simState);
                    synchronized (KeyguardViewMediator.this) {
                        onSimAbsentLocked();
                    }
                    break;
            }
        }