Proper DI instantiation for some more download related classes
This commit is contained in:
@@ -74,9 +74,6 @@ private data class Library(val categories: List<Category>, val mangaMap: Library
|
||||
*/
|
||||
typealias LibraryMap = Map<Long, List<LibraryItem>>
|
||||
|
||||
/**
|
||||
* Presenter of [LibraryController].
|
||||
*/
|
||||
class LibraryPresenter(
|
||||
private val state: LibraryStateImpl = LibraryState() as LibraryStateImpl,
|
||||
private val getLibraryManga: GetLibraryManga = Injekt.get(),
|
||||
|
||||
Reference in New Issue
Block a user