8muses layout change
(cherry picked from commit f1c79a542125b0c48f07343c35a8224c3555f00d)
This commit is contained in:
parent
b6352ef348
commit
471f3237c5
1 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,8 @@ class EightMuses :
|
||||||
throw UnsupportedOperationException("Should not be called!")
|
throw UnsupportedOperationException("Should not be called!")
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun fetchLatestUpdates(page: Int) = fetchListing(latestUpdatesRequest(page), false)
|
// override fun fetchLatestUpdates(page: Int) = fetchListing(latestUpdatesRequest(page), false)
|
||||||
|
override fun fetchLatestUpdates(page: Int) = fetchListing(popularMangaRequest(page), false)
|
||||||
|
|
||||||
override fun fetchPopularManga(page: Int) = fetchListing(popularMangaRequest(page), false) // TODO Dig
|
override fun fetchPopularManga(page: Int) = fetchListing(popularMangaRequest(page), false) // TODO Dig
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue