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

Commit 6e2cbccc authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Missed a spot, needInput was not getting called." into jb-mr1-dev

parents 9fc6b8c5 cd03a26f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -547,8 +547,9 @@ public class KeyguardHostView extends KeyguardViewBase {
        oldView.onPause();
        newView.onResume();

        final boolean needsInput = newView.needsInput();
        if (mViewMediatorCallback != null) {
            mViewMediatorCallback.setNeedsInput(newView.needsInput());
            mViewMediatorCallback.setNeedsInput(needsInput);
        }

        // Find and show this child.