mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Migrates from old keyboard option interface
This commit is contained in:
parent
337a5e3cae
commit
c1399d129e
@ -592,7 +592,7 @@ fun UpdateZapAmountContent(
|
|||||||
onValueChange = { postViewModel.walletConnectSecret = it },
|
onValueChange = { postViewModel.walletConnectSecret = it },
|
||||||
keyboardOptions =
|
keyboardOptions =
|
||||||
KeyboardOptions(
|
KeyboardOptions(
|
||||||
autoCorrect = false,
|
autoCorrectEnabled = false,
|
||||||
keyboardType = KeyboardType.Password,
|
keyboardType = KeyboardType.Password,
|
||||||
imeAction = ImeAction.Go,
|
imeAction = ImeAction.Go,
|
||||||
),
|
),
|
||||||
|
@ -554,7 +554,7 @@ fun KeyTextField(
|
|||||||
onValueChange = { onValueChange(it, false) },
|
onValueChange = { onValueChange(it, false) },
|
||||||
keyboardOptions =
|
keyboardOptions =
|
||||||
KeyboardOptions(
|
KeyboardOptions(
|
||||||
autoCorrect = false,
|
autoCorrectEnabled = false,
|
||||||
keyboardType = KeyboardType.Password,
|
keyboardType = KeyboardType.Password,
|
||||||
imeAction = ImeAction.Go,
|
imeAction = ImeAction.Go,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user