mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-18 21:18:12 +02:00
Allow cancelling TTS
This commit is contained in:
@@ -1315,7 +1315,7 @@ public class EntityRule {
|
||||
sb.append(context.getString(R.string.title_rule_tts_content))
|
||||
.append(' ').append(preview);
|
||||
|
||||
TTSHelper.speak(context, "rule:" + message.id, sb.toString(), message.language);
|
||||
TTSHelper.speak(context, "rule:" + message.id, sb.toString(), message.language, false);
|
||||
}
|
||||
|
||||
private boolean onActionSnooze(Context context, EntityMessage message, JSONObject jargs) throws JSONException {
|
||||
|
||||
Reference in New Issue
Block a user