|
|
|
@ -85,8 +85,8 @@ private fun EnterAccountId(
|
|
|
|
SessionOutlinedTextField(
|
|
|
|
SessionOutlinedTextField(
|
|
|
|
text = state.newMessageIdOrOns,
|
|
|
|
text = state.newMessageIdOrOns,
|
|
|
|
modifier = Modifier
|
|
|
|
modifier = Modifier
|
|
|
|
.padding(horizontal = LocalDimensions.current.smallMargin)
|
|
|
|
.padding(horizontal = LocalDimensions.current.smallMargin),
|
|
|
|
.contentDescription("Session id input box"),
|
|
|
|
contentDescription = "Session id input box",
|
|
|
|
placeholder = stringResource(R.string.accountIdOrOnsEnter),
|
|
|
|
placeholder = stringResource(R.string.accountIdOrOnsEnter),
|
|
|
|
onChange = callbacks::onChange,
|
|
|
|
onChange = callbacks::onChange,
|
|
|
|
onContinue = callbacks::onContinue,
|
|
|
|
onContinue = callbacks::onContinue,
|
|
|
|
|