Migrates from old keyboard option interface

This commit is contained in:
Vitor Pamplona
2025-03-14 14:20:08 -04:00
parent 337a5e3cae
commit c1399d129e
2 changed files with 2 additions and 2 deletions
@@ -592,7 +592,7 @@ fun UpdateZapAmountContent(
onValueChange = { postViewModel.walletConnectSecret = it },
keyboardOptions =
KeyboardOptions(
autoCorrect = false,
autoCorrectEnabled = false,
keyboardType = KeyboardType.Password,
imeAction = ImeAction.Go,
),
@@ -554,7 +554,7 @@ fun KeyTextField(
onValueChange = { onValueChange(it, false) },
keyboardOptions =
KeyboardOptions(
autoCorrect = false,
autoCorrectEnabled = false,
keyboardType = KeyboardType.Password,
imeAction = ImeAction.Go,
),