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

Commit 706aa51f authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Restore default focus to input." into main

parents 482d39d2 b4ddb3ce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -168,7 +168,6 @@ public abstract class KeyguardPinBasedInputView extends KeyguardAbsKeyInputView

        // Set selected property on so the view can send accessibility events.
        mPasswordEntry.setSelected(true);
        mPasswordEntry.setDefaultFocusHighlightEnabled(false);

        mOkButton = findViewById(R.id.key_enter);