Fix crashing on About on release build
This commit is contained in:
parent
40da78af8b
commit
46dc5eb58e
9 changed files with 66 additions and 43 deletions
|
@ -108,6 +108,7 @@ private val dataModule = module {
|
|||
get(),
|
||||
get(),
|
||||
get(),
|
||||
get(),
|
||||
get()
|
||||
)
|
||||
} bind Repository::class
|
||||
|
@ -153,6 +154,9 @@ private val dataModule = module {
|
|||
get()
|
||||
)
|
||||
}
|
||||
single {
|
||||
RealLocalDataRepository(get())
|
||||
} bind LocalDataRepository::class
|
||||
}
|
||||
|
||||
private val viewModules = module {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue