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

Commit 3b9eaab0 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

am: bbb49941

Change-Id: I0aa39501d5ca944204cb4afd83ff27b71ee6b199
parents 83d85c8c bbb49941
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;
            }
        }