Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-06 16:07:14 +03:00
parent f3afa55469
commit 4affe1293d
12 changed files with 254 additions and 162 deletions

View file

@ -102,7 +102,6 @@ val walletCurrenciesManager by lazy {
val totalFiatBalanceCalculator by lazy {
TotalFiatBalanceCalculator.provideDefaultImplementation()
}
val intentHandler by lazy { IntentHandler() }
@HiltAndroidApp
class TapApplication : Application(), ImageLoaderFactory {