fix: Fixed acra bug reporting.

This commit is contained in:
aminecmi committed 2023-02-20 10:29:00 +01:00
1 parent 15b9a2d935
commit d583b937b7
4 files changed
+73 -3

No files matched your search

@@ -34,6 +34,7 @@ import org.kodein.di.*
class MyApp : MultiDexApplication(), DIAware {
override val di by DI.lazy {
bind<AppSettingsService>() with singleton { AppSettingsService(ACRA.isACRASenderServiceProcess()) }
import(networkModule)
bind<DriverFactory>() with singleton { DriverFactory(applicationContext) }
bind<ReaderForSelfossDB>() with singleton { ReaderForSelfossDB(driverFactory.createDriver()) }