issues
search
caarmen
/
poet-assistant
Android app with rhyming dictionary, thesaurus, and dictionary, with text-to-speech functionality to read your poem.
Other
84
stars
11
forks
source link
Fix memory leak.
#189
Closed
caarmen
closed
7 months ago
caarmen
commented
7 months ago
Call
Tts.shutdown()
in test cleanup.
Make
Tts.shutdown()
unregister its shared preference listener.
Disable orchestrator, as we don't need it now.
Tts.shutdown()
in test cleanup.Tts.shutdown()
unregister its shared preference listener.