mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-09 05:14:57 +00:00
Small improvement
This commit is contained in:
parent
5df3cad93f
commit
8e14238467
1 changed files with 5 additions and 2 deletions
|
@ -804,10 +804,13 @@ public class FragmentRule extends FragmentBase {
|
||||||
|
|
||||||
tvAutomation.setText(getString(R.string.title_rule_automation_hint,
|
tvAutomation.setText(getString(R.string.title_rule_automation_hint,
|
||||||
EntityRule.ACTION_AUTOMATION,
|
EntityRule.ACTION_AUTOMATION,
|
||||||
TextUtils.join(",", new String[]{
|
TextUtils.join(", ", new String[]{
|
||||||
EntityRule.EXTRA_RULE,
|
EntityRule.EXTRA_RULE,
|
||||||
EntityRule.EXTRA_SENDER,
|
EntityRule.EXTRA_SENDER,
|
||||||
EntityRule.EXTRA_SUBJECT})));
|
EntityRule.EXTRA_NAME,
|
||||||
|
EntityRule.EXTRA_SUBJECT,
|
||||||
|
EntityRule.EXTRA_RECEIVED,
|
||||||
|
})));
|
||||||
|
|
||||||
btnColorNotes.setOnClickListener(new View.OnClickListener() {
|
btnColorNotes.setOnClickListener(new View.OnClickListener() {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue