pull/42/head
kunfei 5 years ago
parent 715f3ed0e8
commit fc56d33f7c
  1. 2
      app/src/main/java/io/legado/app/service/HttpReadAloudService.kt

@ -126,7 +126,7 @@ class HttpReadAloudService : BaseReadAloudService(),
return try { return try {
URLEncoder.encode(URLEncoder.encode(content, "UTF-8"), "UTF-8") URLEncoder.encode(URLEncoder.encode(content, "UTF-8"), "UTF-8")
} catch (e: Exception) { } catch (e: Exception) {
"" " "
} }
} }

Loading…
Cancel
Save