mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user