mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 04:28:35 +00:00
Allow last-name-only nicknames.
This commit is contained in:
@@ -272,7 +272,7 @@ private fun NicknameContent(
|
||||
value = state.lastName,
|
||||
hint = stringResource(id = R.string.NicknameActivity__last_name),
|
||||
clearContentDescription = stringResource(id = R.string.NicknameActivity__clear_last_name),
|
||||
enabled = state.firstName.isNotBlank() || state.isEditing,
|
||||
enabled = true,
|
||||
singleLine = true,
|
||||
onValueChange = callback::onLastNameChanged,
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Next),
|
||||
|
||||
Reference in New Issue
Block a user