Fixed Traditional Chinse being set as LTR reader

This commit is contained in:
Jay 2020-04-16 22:46:22 -04:00
parent 71352a6fe1
commit 907c4b77a8

View File

@ -110,7 +110,7 @@ interface Manga : SManga {
ReaderActivity.WEBTOON ReaderActivity.WEBTOON
else if (currentTags?.any else if (currentTags?.any
{ tag -> { tag ->
tag.startsWith("chinese") || tag == "manhua" || tag == "chinese" || tag == "manhua" ||
tag.startsWith("english") || tag == "comic" tag.startsWith("english") || tag == "comic"
} == true || isComicSource(sourceName) || } == true || isComicSource(sourceName) ||
sourceName.contains("manhua", true)) sourceName.contains("manhua", true))