Updated on 2026-08-14
This commit is contained in:
parent
aad21c7e0e
commit
746e915137
5 changed files with 61 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import com.tangem.data.local.PendingTransactionsStorage
|
|||
import com.tangem.card_android.android.data.Firmwares
|
||||
import com.tangem.card_android.android.data.PINStorage
|
||||
import com.tangem.card_common.data.Issuer
|
||||
import com.tangem.data.dp.PrefsManager
|
||||
import com.tangem.di.*
|
||||
import com.tangem.server_android.data.LocalStorage
|
||||
import java.io.InputStreamReader
|
||||
|
|
@ -42,6 +43,8 @@ class App : Application() {
|
|||
navigatorComponent = buildNavigatorComponent()
|
||||
toastHelperComponent = buildToastHelperComponent()
|
||||
|
||||
PrefsManager.getInstance().init(this)
|
||||
|
||||
// common init
|
||||
if (PINStorage.needInit())
|
||||
PINStorage.init(applicationContext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue