mirror of
https://github.com/bitwarden/android.git
synced 2025-02-17 20:40:00 +03:00
PM-10122: Autofocus on PIN or password field (#3678)
This commit is contained in:
parent
6c50cbf558
commit
59ba585048
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ private fun LoginScreenContent(
|
||||||
.verticalScroll(rememberScrollState()),
|
.verticalScroll(rememberScrollState()),
|
||||||
) {
|
) {
|
||||||
BitwardenPasswordField(
|
BitwardenPasswordField(
|
||||||
|
autoFocus = true,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.testTag("MasterPasswordEntry")
|
.testTag("MasterPasswordEntry")
|
||||||
.padding(horizontal = 16.dp)
|
.padding(horizontal = 16.dp)
|
||||||
|
|
Loading…
Add table
Reference in a new issue