Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-13 13:20:19 +04:00
parent 4403db60bf
commit 56e42b6c90
27 changed files with 15 additions and 457 deletions

View file

@ -130,6 +130,5 @@ internal class WelcomeViewModel @Inject constructor(
private fun initGlobalState() {
store.dispatch(GlobalAction.RestoreAppCurrency)
store.dispatch(GlobalAction.ExchangeManager.Init)
store.dispatch(GlobalAction.FetchUserCountry)
}
}