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

Commit 521240a3 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

Change-Id: I21b872ac9edacd625c0995b9c878cbe91f82cc2b
parents 546cae8e 86b8f446
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);