Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-06 11:45:18 +03:00
parent 173ee13120
commit 4b2eb80765
13 changed files with 123 additions and 74 deletions

View file

@ -290,7 +290,7 @@ open class TangemApplication : Application(), ImageLoaderFactory, Configuration.
/**
* Initialize components that need to be initialized before [super.onCreate] is called
*/
private fun preInit() {
fun preInit() {
tangemAppLoggerInitializer.initialize()
registerActivityLifecycleCallbacks(foregroundActivityObserver.callbacks)
}