Updated on 2026-08-14
This commit is contained in:
parent
d11aac4108
commit
b5ef5e6c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ internal class SendDestinationModel @Inject constructor(
|
|||
),
|
||||
)
|
||||
val params = params as? SendDestinationComponentParams.DestinationBlockParams
|
||||
if (params?.predefinedAddressValue != null && params.predefinedMemoValue != null) {
|
||||
if (params?.predefinedAddressValue != null) {
|
||||
_uiState.update(
|
||||
SendDestinationPredefinedStateTransformer(
|
||||
address = params.predefinedAddressValue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue