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

Commit 8cc4c712 authored by Tarandeep Singh's avatar Tarandeep Singh Committed by android-build-merger
Browse files

Fix keyboard not launching on screen lock settings. am: 86b8f446

am: 521240a3

Change-Id: Ib056e3677477f1a8b6886095996fe5bc39549e25
parents b272d673 521240a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ public class ConfirmLockPassword extends ConfirmDeviceCredentialBaseActivity {

            mPasswordEntry = (TextView) view.findViewById(R.id.password_entry);
            mPasswordEntry.setOnEditorActionListener(this);
            // EditText inside ScrollView doesn't automatically get focus.
            mPasswordEntry.requestFocus();
            mPasswordEntryInputDisabler = new TextViewInputDisabler(mPasswordEntry);

            mHeaderTextView = (TextView) view.findViewById(R.id.headerText);