Fix some deprecations

This commit is contained in:
Jobobby04
2024-12-08 13:58:44 -05:00
parent 75fe57b851
commit c86714ef59
2 changed files with 3 additions and 2 deletions
@@ -76,7 +76,7 @@ class BatchAddScreen : Screen() {
text = stringResource(SYMR.strings.eh_batch_add_description),
)
},
keyboardOptions = KeyboardOptions(autoCorrect = false),
keyboardOptions = KeyboardOptions(autoCorrectEnabled = false),
textStyle = MaterialTheme.typography.bodyLarge,
)