1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 19:48:48 +00:00

Small improvement

This commit is contained in:
M66B 2023-10-03 16:12:04 +02:00
parent 5df3cad93f
commit 8e14238467

View file

@ -804,10 +804,13 @@ public class FragmentRule extends FragmentBase {
tvAutomation.setText(getString(R.string.title_rule_automation_hint,
EntityRule.ACTION_AUTOMATION,
TextUtils.join(",", new String[]{
TextUtils.join(", ", new String[]{
EntityRule.EXTRA_RULE,
EntityRule.EXTRA_SENDER,
EntityRule.EXTRA_SUBJECT})));
EntityRule.EXTRA_NAME,
EntityRule.EXTRA_SUBJECT,
EntityRule.EXTRA_RECEIVED,
})));
btnColorNotes.setOnClickListener(new View.OnClickListener() {
@Override