fix: Fixed acra bug reporting.

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

View File

@ -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()) }