forked from Louvorg/ReaderForSelfoss-multiplatform
fix: Fixed acra bug reporting.
This commit is contained in:
@ -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()) }
|
||||
|
Reference in New Issue
Block a user