Use words capitalization in contact name
This commit is contained in:
@@ -366,7 +366,7 @@ class BaresipContactActivity : ComponentActivity() {
|
|||||||
label = { Text(stringResource(R.string.contact_name)) },
|
label = { Text(stringResource(R.string.contact_name)) },
|
||||||
keyboardOptions = KeyboardOptions(
|
keyboardOptions = KeyboardOptions(
|
||||||
keyboardType = KeyboardType.Text,
|
keyboardType = KeyboardType.Text,
|
||||||
capitalization = KeyboardCapitalization.Sentences
|
capitalization = KeyboardCapitalization.Words
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
LaunchedEffect(new) {
|
LaunchedEffect(new) {
|
||||||
|
|||||||
Reference in New Issue
Block a user