mirror of https://github.com/M66B/FairEmail.git
List expressions
This commit is contained in:
parent
9b656434bd
commit
7d0da8d5fa
|
@ -188,6 +188,10 @@ public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> {
|
|||
range, null));
|
||||
}
|
||||
|
||||
if (jcondition.has("expression"))
|
||||
conditions.add(new Condition(context.getString(R.string.title_rule_expression),
|
||||
jcondition.getString("expression"), null));
|
||||
|
||||
SpannableStringBuilder ssb = new SpannableStringBuilderEx();
|
||||
for (Condition condition : conditions) {
|
||||
if (ssb.length() > 0)
|
||||
|
|
Loading…
Reference in New Issue