We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc6b8c + cd03a26 commit 6e2cbccCopy full SHA for 6e2cbcc
policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java
@@ -547,8 +547,9 @@ private void showSecurityScreen(SecurityMode securityMode) {
547
oldView.onPause();
548
newView.onResume();
549
550
+ final boolean needsInput = newView.needsInput();
551
if (mViewMediatorCallback != null) {
- mViewMediatorCallback.setNeedsInput(newView.needsInput());
552
+ mViewMediatorCallback.setNeedsInput(needsInput);
553
}
554
555
// Find and show this child.
0 commit comments