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

Commit 237f274d authored by Austin Delgado's avatar Austin Delgado Committed by Android (Google) Code Review
Browse files

Merge "Fix private space prompt not showing IME" into main

parents 83db3875 d8bf42c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ object CredentialPasswordViewBinder {
        view.repeatWhenAttached {
            // the header info never changes - do it early
            val header = viewModel.header.first()
            passwordField.setTextOperationUser(UserHandle.of(header.user.deviceCredentialOwnerId))
            passwordField.setTextOperationUser(UserHandle.of(header.user.userIdForPasswordEntry))
            viewModel.inputFlags.firstOrNull()?.let { flags -> passwordField.inputType = flags }
            if (requestFocusForInput) {
                passwordField.requestFocus()