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

(cherry picked from commit eeb683069a3a0be7e769ac9273b5accc582e03ec)

# Conflicts:
#	CHANGELOG.md
#	app/build.gradle.kts
This commit is contained in:
Cuong-Tran
2025-02-25 01:44:28 +07:00
committed by Jobobby04
parent 9c22e7fcb7
commit ce6b847c8b
5 changed files with 66 additions and 2 deletions
@@ -110,7 +110,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()) }