Loading app/src/main/java/net/sourceforge/opencamera/MainActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -777,6 +777,7 @@ public class MainActivity extends Activity { preloaded_bitmap_resources.clear(); if( textToSpeech != null ) { // http://stackoverflow.com/questions/4242401/tts-error-leaked-serviceconnection-android-speech-tts-texttospeech-solved if( MyDebug.LOG ) Log.d(TAG, "free textToSpeech"); textToSpeech.stop(); textToSpeech.shutdown(); Loading Loading
app/src/main/java/net/sourceforge/opencamera/MainActivity.java +2 −1 Original line number Diff line number Diff line Loading @@ -777,6 +777,7 @@ public class MainActivity extends Activity { preloaded_bitmap_resources.clear(); if( textToSpeech != null ) { // http://stackoverflow.com/questions/4242401/tts-error-leaked-serviceconnection-android-speech-tts-texttospeech-solved if( MyDebug.LOG ) Log.d(TAG, "free textToSpeech"); textToSpeech.stop(); textToSpeech.shutdown(); Loading