Updated on 2026-08-14
This commit is contained in:
parent
1fabb60777
commit
7124a57c4e
2 changed files with 1 additions and 55 deletions
|
|
@ -65,9 +65,7 @@ class TapApplication : Application(), ImageLoaderFactory {
|
|||
|
||||
NetworkConnectivity.createInstance(store, this)
|
||||
preferencesStorage = PreferencesStorage(this)
|
||||
currenciesRepository = CurrenciesRepository(
|
||||
this, store.state.domainNetworks.tangemTechService
|
||||
)
|
||||
currenciesRepository = CurrenciesRepository(this, store.state.domainNetworks.tangemTechService)
|
||||
walletConnectRepository = WalletConnectRepository(this)
|
||||
|
||||
foregroundActivityObserver = ForegroundActivityObserver()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue