8muses layout change
(cherry picked from commit f1c79a542125b0c48f07343c35a8224c3555f00d)
This commit is contained in:
parent
b6352ef348
commit
471f3237c5
@ -171,7 +171,8 @@ class EightMuses :
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user