Updated on 2026-08-14
This commit is contained in:
parent
e07f8df56f
commit
21d16c8dde
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ internal class SendDestinationPredefinedStateTransformer(
|
|||
|
||||
return state.copy(
|
||||
addressTextField = state.addressTextField.copy(value = address, isValuePasted = false),
|
||||
memoTextField = memo?.let { state.memoTextField?.copy(value = it, isValuePasted = false) },
|
||||
memoTextField = state.memoTextField?.copy(value = memo.orEmpty(), isValuePasted = false),
|
||||
)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue