No need to pass maxLines = 1 if singleline = true anymore.
This commit is contained in:
-2
@@ -208,7 +208,6 @@ internal fun LoginForm(
|
||||
focusManager.moveFocus(FocusDirection.Down)
|
||||
}),
|
||||
singleLine = true,
|
||||
maxLines = 1,
|
||||
trailingIcon = if (loginFieldState.isNotEmpty()) {
|
||||
{
|
||||
IconButton(onClick = {
|
||||
@@ -263,7 +262,6 @@ internal fun LoginForm(
|
||||
onDone = { onSubmit() }
|
||||
),
|
||||
singleLine = true,
|
||||
maxLines = 1,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
-1
@@ -127,7 +127,6 @@ fun SearchAccountProviderView(
|
||||
imeAction = ImeAction.Done,
|
||||
),
|
||||
singleLine = true,
|
||||
maxLines = 1,
|
||||
trailingIcon = if (userInputState.isNotEmpty()) {
|
||||
{
|
||||
IconButton(onClick = {
|
||||
|
||||
Reference in New Issue
Block a user