Updated on 2026-08-14
This commit is contained in:
parent
0f94605095
commit
b9b65263d4
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ internal class OnrampMainComponentModel @Inject constructor(
|
|||
userCountry = getUserCountryUseCase.invokeSync().getOrNull()
|
||||
?: UserCountry.Other(Locale.getDefault().country)
|
||||
|
||||
modelScope.launch {
|
||||
clearOnrampCacheUseCase()
|
||||
}
|
||||
|
||||
sendScreenOpenAnalytics()
|
||||
checkResidenceCountry()
|
||||
subscribeToAmountChanges()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue