mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fixed Traditional Chinse being set as LTR reader
This commit is contained in:
parent
71352a6fe1
commit
907c4b77a8
@ -110,7 +110,7 @@ interface Manga : SManga {
|
||||
ReaderActivity.WEBTOON
|
||||
else if (currentTags?.any
|
||||
{ tag ->
|
||||
tag.startsWith("chinese") || tag == "manhua" ||
|
||||
tag == "chinese" || tag == "manhua" ||
|
||||
tag.startsWith("english") || tag == "comic"
|
||||
} == true || isComicSource(sourceName) ||
|
||||
sourceName.contains("manhua", true))
|
||||
|
Loading…
Reference in New Issue
Block a user