Updated on 2026-08-14
This commit is contained in:
parent
db94141499
commit
320e663f85
15 changed files with 28 additions and 29 deletions
|
|
@ -81,7 +81,7 @@ class TapApplication : Application(), ImageLoaderFactory {
|
|||
override fun newImageLoader(): ImageLoader {
|
||||
return createCoilImageLoader(
|
||||
context = this,
|
||||
logEnabled = LogConfig.imageLoader
|
||||
logEnabled = LogConfig.imageLoader,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
@ -103,7 +103,7 @@ class TapApplication : Application(), ImageLoaderFactory {
|
|||
AppsFlyerLib.getInstance().init(config.appsFlyerDevKey, null, context)
|
||||
AppsFlyerLib.getInstance().start(context)
|
||||
val analyticsHandler = GlobalAnalyticsHandler.createDefaultAnalyticHandlers(context)
|
||||
store.dispatch(GlobalAction.SetAnanlyticHandlers(analyticsHandler))
|
||||
store.dispatch(GlobalAction.SetGlobalAnalyticsHandler(analyticsHandler))
|
||||
}
|
||||
|
||||
private fun initFeedbackManager(context: Context, preferencesStorage: PreferencesStorage, config: Config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue