Updated on 2026-08-14
This commit is contained in:
parent
ff42bcfcb5
commit
0eed7867a8
1 changed files with 4 additions and 2 deletions
|
|
@ -52,8 +52,10 @@ internal class ConfirmResidencyModel @Inject constructor(
|
|||
ConfirmResidencyUM.ActionButtonConfig(
|
||||
onClick = {
|
||||
analyticsEventHandler.send(OnrampAnalyticsEvent.OnResidenceConfirm(country.name))
|
||||
modelScope.launch { saveDefaultCountryUseCase.invoke(country) }
|
||||
params.onDismiss()
|
||||
modelScope.launch {
|
||||
saveDefaultCountryUseCase.invoke(country)
|
||||
params.onDismiss()
|
||||
}
|
||||
},
|
||||
text = resourceReference(R.string.common_confirm),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue