mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-17 11:29:48 +03:00
Oops.. Fix #489
This commit is contained in:
parent
909917e133
commit
9c1e2c3c45
1 changed files with 10 additions and 10 deletions
|
@ -27,16 +27,16 @@ open class SourceManager(private val context: Context) {
|
||||||
fun getOnlineSources() = sourcesMap.values.filterIsInstance(OnlineSource::class.java)
|
fun getOnlineSources() = sourcesMap.values.filterIsInstance(OnlineSource::class.java)
|
||||||
|
|
||||||
private fun createOnlineSourceList(): List<Source> = listOf(
|
private fun createOnlineSourceList(): List<Source> = listOf(
|
||||||
Batoto(1),
|
Batoto(1),
|
||||||
Kissmanga(2),
|
Mangahere(2),
|
||||||
Mangahere(3),
|
Mangafox(3),
|
||||||
Mangafox(4),
|
Kissmanga(4),
|
||||||
Readmanga(5),
|
Readmanga(5),
|
||||||
Mintmanga(6),
|
Mintmanga(6),
|
||||||
Mangachan(7),
|
Mangachan(7),
|
||||||
Readmangatoday(8),
|
Readmangatoday(8),
|
||||||
Mangasee(9),
|
Mangasee(9),
|
||||||
WieManga(10)
|
WieManga(10)
|
||||||
)
|
)
|
||||||
|
|
||||||
private fun createSources(): Map<Int, Source> = hashMapOf<Int, Source>().apply {
|
private fun createSources(): Map<Int, Source> = hashMapOf<Int, Source>().apply {
|
||||||
|
|
Loading…
Add table
Reference in a new issue