First request #5
@@ -88,7 +88,9 @@ private fun Content(
|
||||
inputText = it
|
||||
viewModel.onIntent(AuthIntent.TextInput(it))
|
||||
},
|
||||
label = { Text(stringResource(R.string.auth_label)) }
|
||||
label = { Text(stringResource(R.string.auth_label)) },
|
||||
placeholder = { Text(stringResource(R.string.auth_label)) }
|
||||
|
||||
)
|
||||
Spacer(modifier = Modifier.size(16.dp))
|
||||
if (state == AuthState.Error) {
|
||||
|
||||
Reference in New Issue
Block a user