From b9b65263d44e3fe98961581a4faa4c2b3996c8fb Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 14 May 2025 15:44:10 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../features/onramp/main/model/OnrampMainComponentModel.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/onramp/impl/src/main/kotlin/com/tangem/features/onramp/main/model/OnrampMainComponentModel.kt b/features/onramp/impl/src/main/kotlin/com/tangem/features/onramp/main/model/OnrampMainComponentModel.kt index 12371bbef8..8ff42661ed 100644 --- a/features/onramp/impl/src/main/kotlin/com/tangem/features/onramp/main/model/OnrampMainComponentModel.kt +++ b/features/onramp/impl/src/main/kotlin/com/tangem/features/onramp/main/model/OnrampMainComponentModel.kt @@ -94,6 +94,10 @@ internal class OnrampMainComponentModel @Inject constructor( userCountry = getUserCountryUseCase.invokeSync().getOrNull() ?: UserCountry.Other(Locale.getDefault().country) + modelScope.launch { + clearOnrampCacheUseCase() + } + sendScreenOpenAnalytics() checkResidenceCountry() subscribeToAmountChanges()