From 12cf1979fd8c88f4aed106933062b795f9170c55 Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 26 Aug 2025 13:08:32 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../v2/subcomponents/destination/model/SendDestinationModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/send-v2/impl/src/main/java/com/tangem/features/send/v2/subcomponents/destination/model/SendDestinationModel.kt b/features/send-v2/impl/src/main/java/com/tangem/features/send/v2/subcomponents/destination/model/SendDestinationModel.kt index d68153cd9e..8d73d20253 100644 --- a/features/send-v2/impl/src/main/java/com/tangem/features/send/v2/subcomponents/destination/model/SendDestinationModel.kt +++ b/features/send-v2/impl/src/main/java/com/tangem/features/send/v2/subcomponents/destination/model/SendDestinationModel.kt @@ -106,8 +106,8 @@ internal class SendDestinationModel @Inject constructor( ), ) } - initSenderAddress() } + initSenderAddress() } fun updateState(destinationUM: DestinationUM) {