some initial code for MangaDex login

This commit is contained in:
Aria Moradi
2021-02-03 22:07:39 +03:30
parent aaa6a16778
commit 9e308025c3
4 changed files with 168 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ abstract class HttpSource : CatalogueSource {
/**
* Network service.
*/
protected val network: NetworkHelper by injectLazy()
val network: NetworkHelper by injectLazy()
// /**
// * Preferences that a source may need.