grammatek / simaromur

Icelandic TTS (text-to-speech) service for Android
Apache License 2.0
8 stars 2 forks source link

TTSManager: Fix modality of voice TTS settings dialog #163

Closed lumpidu closed 6 months ago

lumpidu commented 6 months ago

The voice TTS settings activity had a wrong modality option when opened. Change intent flags from FLAG_ACTIIVITY_NEW_TASK to FLAG_ACTIVITY_NO_HISTORY.

This will change the behaviour like this:

This fixes / closes #143