Fix App's preferences referencing deleted categories (#1734)

This commit is contained in:
Cuong-Tran
2025-02-25 01:44:28 +07:00
committed by GitHub
parent 7e71a34256
commit eeb683069a
6 changed files with 67 additions and 2 deletions
@@ -111,7 +111,7 @@ class DomainModule : InjektModule {
addFactory { RenameCategory(get()) }
addFactory { ReorderCategory(get()) }
addFactory { UpdateCategory(get()) }
addFactory { DeleteCategory(get()) }
addFactory { DeleteCategory(get(), get(), get()) }
addSingletonFactory<MangaRepository> { MangaRepositoryImpl(get()) }
addFactory { GetDuplicateLibraryManga(get()) }