pull/1343/head
gedoor 3 years ago
parent 7286f7aa2a
commit 9b0483f760
  1. 4
      app/src/main/java/io/legado/app/service/HttpReadAloudService.kt

@ -265,9 +265,7 @@ class HttpReadAloudService : BaseReadAloudService(),
errorNo++
if (errorNo >= 3) {
toastOnUi("朗读连续3次错误, 最后一次错误代码($what, $extra)")
}
launch {
delay(500)
} else {
playNext()
}
return true

Loading…
Cancel
Save