This commit is contained in:
Horis
2022-11-23 20:00:37 +08:00
parent 28dd24cc10
commit 71bfc03620
@@ -168,11 +168,6 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
}
}
override fun onError(utteranceId: String?, errorCode: Int) {
AppLog.put("tts朗读出错 errorCode:$errorCode")
onDone("")
}
@Deprecated("Deprecated in Java")
override fun onError(s: String) {
//nothing