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

Skip to content
Commit 1d1b6c8c authored by Aaron Liu's avatar Aaron Liu
Browse files

Request focus when we set enabled true

When we are verifying the pin code, we invoke
setPasswordEntryInputEnabled(false). This sets isEnabled to false on the
password textview. Consequently, this is invoking clearFocus; however
when we set isEnabled back to true, we are not requesting focus. Ensure
that we request focus when textview is enabled again.

Fixes: 300250922
Test: with a physical keyboard, enter wrong password and retry. This
works before bug fix.
Test: with a physical keyboard, enter wrong pin and retry. It works with
the bug fix.
Flag: NONE

Change-Id: I32098c186339080873926196206d65fbe1a22952
parent fa76ad2f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment