fix: rearrange some stuff
This commit is contained in:
parent
143eed8cb2
commit
4ccf6fa1c8
3 changed files with 28 additions and 41 deletions
|
@ -60,10 +60,6 @@ class AppModule(val app: Application) : InjektModule {
|
|||
|
||||
addSingletonFactory { StandaloneDatabaseProvider(app) }
|
||||
|
||||
addSingletonFactory<CrashlyticsInterface> {
|
||||
ani.dantotsu.connections.crashlytics.CrashlyticsFactory.createCrashlytics()
|
||||
}
|
||||
|
||||
addSingletonFactory { MangaCache() }
|
||||
|
||||
ContextCompat.getMainExecutor(app).execute {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue