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

Commit b4ddb3ce authored by Pat Manning's avatar Pat Manning
Browse files

Restore default focus to input.

Now that we have a nice visual indicator (an outline), we can default focus to the entry field again.

Change-Id: I1245ca64f8a81ab9e42ca639d32134da86a43436
Fix: 309964334
Test: Open pin bouncer with hardware keyboard.
parent 8bc28f86
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);