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

This commit is contained in:
TreeHugger Robot
2018-04-24 13:40:45 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}