Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-28 15:37:05 +03:00
parent e86de005bf
commit 74cf5ec26c
5 changed files with 19 additions and 4 deletions

View file

@ -128,7 +128,6 @@ class TapApplication : Application(), ImageLoaderFactory {
middleware = AppState.getMiddleware(),
state = AppState(),
)
appStateHolder.mainStore = store
if (BuildConfig.DEBUG) {
Timber.plant(Timber.DebugTree())
@ -155,7 +154,9 @@ class TapApplication : Application(), ImageLoaderFactory {
context = this,
tangemTechService = store.state.domainNetworks.tangemTechService,
)
appStateHolder.mainStore = store
appStateHolder.userTokensRepository = userTokensRepository
appStateHolder.walletStoresManager = walletStoresManager
}
//todo refactor: move to datasource and provide via DI