TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

Fatal Exception: java.lang.IllegalArgumentException: Service not registered: android.speech.tts.TextToSpeech$Connection #73

Open CataniaSolutions opened 8 years ago

CataniaSolutions commented 8 years ago

This crash is caused when trying to destroy the webview

if (webView != null) webView.destroy();

in FinestWebViewActivity line 1183