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