This commit is contained in:
Horis
2024-07-27 21:46:11 +08:00
parent d6e1c7539a
commit 73298253ca
@@ -231,7 +231,8 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
@Deprecated("Deprecated in Java")
override fun onError(s: String) {
//nothing
LogUtils.d(TAG, "onError s:$s pageIndex:$pageIndex")
nextParagraph()
}
}