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

Commit 298401eb authored by Matt Pietal's avatar Matt Pietal
Browse files

Talkback: Don't announce 'selected'

When talkback focuses on the text entry field

Fixes: 319558927
Test: use talkback with pin entry
Flag: None
Change-Id: I495d37492211140b5f4b8cce606c6c80ca81f7c6
parent 70d2ba14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ public abstract class BasePasswordTextView extends FrameLayout {
        info.setClassName(EditText.class.getName());
        info.setPassword(true);
        info.setText(getTransformedText());

        info.setSelected(false);
        info.setEditable(true);

        info.setInputType(InputType.TYPE_NUMBER_VARIATION_PASSWORD);