8muses layout change

(cherry picked from commit f1c79a542125b0c48f07343c35a8224c3555f00d)
This commit is contained in:
Rani Sargees 2020-06-14 04:42:39 -04:00 committed by Jobobby04
parent b6352ef348
commit 471f3237c5

View File

@ -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