kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
limit short name length
rodzic
9a71092b5f
commit
a10b55a5ed
|
@ -83,7 +83,7 @@ fun PreferenceItemList(viewModel: UIViewModel) {
|
|||
|
||||
item {
|
||||
EditTextPreference(title = "Short name",
|
||||
value = userInput?.shortName ?: stringResource(id = R.string.unknown),
|
||||
value = userInput?.shortName?.take(4) ?: stringResource(id = R.string.unknown),
|
||||
enabled = connected && userInput?.shortName != null,
|
||||
keyboardOptions = KeyboardOptions.Default.copy(
|
||||
keyboardType = KeyboardType.Text, imeAction = ImeAction.Send
|
||||
|
|
Ładowanie…
Reference in New Issue