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

Commit fd935d3a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 6021921b 6628d74e
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;
            }
        }