mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fixed Traditional Chinse being set as LTR reader
This commit is contained in:
parent
71352a6fe1
commit
907c4b77a8
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue