mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +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
|
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…
Reference in New Issue
Block a user