Updated on 2026-08-14

This commit is contained in:
Tangem 2021-06-17 09:38:01 +03:00
parent 2a811c3cd9
commit fe59a7532e
3 changed files with 7 additions and 26 deletions

View file

@ -5,6 +5,7 @@ import com.google.firebase.ktx.Firebase
import com.google.firebase.remoteconfig.ktx.remoteConfig
import com.google.firebase.remoteconfig.ktx.remoteConfigSettings
import com.tangem.Log
import com.tangem.blockchain.network.BlockchainSdkRetrofitBuilder
import com.tangem.tap.common.images.PicassoHelper
import com.tangem.tap.common.redux.AppState
import com.tangem.tap.common.redux.appReducer
@ -58,6 +59,8 @@ class TapApplication : Application() {
initFeedbackManager()
loadConfigs()
BlockchainSdkRetrofitBuilder.enableNetworkLogging = BuildConfig.DEBUG
}
private fun loadConfigs() {