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

Commit cd03a26f authored by Craig Mautner's avatar Craig Mautner
Browse files

Missed a spot, needInput was not getting called.

Fixes bug 7250008.

Change-Id: I837af438510275ea69e217289aeb7a08111b91b5
parent 01996793
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.