mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added TTS
This commit is contained in:
@@ -167,6 +167,9 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
||||
case EntityRule.TYPE_ANSWER:
|
||||
tvAction.setText(R.string.title_rule_answer);
|
||||
break;
|
||||
case EntityRule.TYPE_TTS:
|
||||
tvAction.setText(R.string.title_rule_tts);
|
||||
break;
|
||||
case EntityRule.TYPE_AUTOMATION:
|
||||
tvAction.setText(R.string.title_rule_automation);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user