fix: rearrange some stuff

This commit is contained in:
rebelonion 2024-05-22 05:35:26 -05:00
parent 143eed8cb2
commit 4ccf6fa1c8
3 changed files with 28 additions and 41 deletions

View file

@ -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 {