Merge pull request #499 from gedoor/master

update
pull/500/head
Antecer 4 years ago committed by GitHub
commit 3ec895671d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/help/JsExtensions.kt

@ -279,7 +279,7 @@ interface JsExtensions {
end: Int
): String {
if (font1 == null || font2 == null) {
return ""
return text
}
val contentArray = text.toCharArray()
contentArray.forEachIndexed { index, s ->

Loading…
Cancel
Save