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