Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 14:48:10 +05:00
parent dc7e286c59
commit ee35d8f301
5 changed files with 284 additions and 34 deletions

View file

@ -1728,6 +1728,7 @@ internal class SwapModel @Inject constructor(
if (provider != null && swapState != null && isNotNullCurrency) {
modelScope.launch {
feeSelectorRepository.state.value = FeeSelectorUM.Loading
updateFeePaidCryptoCurrencyFor(fromSwapCurrencyStatus)
feeSelectorReloadTrigger.triggerUpdate()
}
analyticsEventHandler.send(SwapEvents.ProviderChosen(provider))