Updated on 2026-08-14
This commit is contained in:
parent
a8be4f8851
commit
21961aaa74
6 changed files with 20 additions and 36 deletions
|
|
@ -55,7 +55,7 @@ internal object AddCustomTokenPreviewData {
|
|||
value = "",
|
||||
onValueChange = {},
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Next),
|
||||
label = TextReference.Res(R.string.custom_token_token_symbol_input_title),
|
||||
label = TextReference.Res(R.string.custom_token_token_symbol_input_title_old),
|
||||
placeholder = TextReference.Res(id = R.string.custom_token_token_symbol_input_placeholder),
|
||||
isEnabled = false,
|
||||
),
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ internal class AddCustomTokenViewModel @Inject constructor(
|
|||
value = "",
|
||||
onValueChange = actionsHandler::onTokenSymbolValueChange,
|
||||
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Next),
|
||||
label = TextReference.Res(R.string.custom_token_token_symbol_input_title),
|
||||
label = TextReference.Res(R.string.custom_token_token_symbol_input_title_old),
|
||||
placeholder = TextReference.Res(id = R.string.custom_token_token_symbol_input_placeholder),
|
||||
isEnabled = false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue