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

Commit df99b1d5 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix new password view in keyguard" into jb-mr1-lockscreen-dev

parents 8b3dd400 86f9637d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@ public class KeyguardPasswordView extends KeyguardAbsKeyInputView
        mKeyboardView.setEnabled(true);
    }

    @Override
    public boolean needsInput() {
        return true;
    }

    @Override
    protected void onFinishInflate() {
        super.onFinishInflate();