Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-14 15:44:10 +05:00
parent 0f94605095
commit b9b65263d4

View file

@ -94,6 +94,10 @@ internal class OnrampMainComponentModel @Inject constructor(
userCountry = getUserCountryUseCase.invokeSync().getOrNull()
?: UserCountry.Other(Locale.getDefault().country)
modelScope.launch {
clearOnrampCacheUseCase()
}
sendScreenOpenAnalytics()
checkResidenceCountry()
subscribeToAmountChanges()