tts web version always return null on stop(), don't log error

pull/1428/head
ggurdin 1 year ago
parent 985ccfe30d
commit c028f64f60
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -96,7 +96,7 @@ class TtsController {
// return type is dynamic but apparent its supposed to be 1
// https://pub.dev/packages/flutter_tts
if (result != 1) {
if (result != 1 && !kIsWeb) {
ErrorHandler.logError(
m: 'Unexpected result from tts.speak',
data: {

Loading…
Cancel
Save