This commit is contained in:
Horis
2022-11-23 20:00:37 +08:00
parent 48d8d93a8c
commit 3139052de5
@@ -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