Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-05 14:31:53 +05:00
parent bfff994f56
commit fc70ce1462
5 changed files with 37 additions and 54 deletions

View file

@ -44,7 +44,7 @@ internal class SendStateFactory(
appCurrencyProvider = appCurrencyProvider,
iconStateConverter = iconStateConverter,
cryptoCurrencyStatusProvider = cryptoCurrencyStatusProvider,
maxEnterAmountProvider = Provider { maxEnterAmountConverter.convert(cryptoCurrencyStatusProvider()) },
maxEnterAmount = maxEnterAmountConverter.convert(cryptoCurrencyStatusProvider()),
)
}
private val recipientStateConverter by lazy(LazyThreadSafetyMode.NONE) {