List expressions

play
M66B 3 months ago
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…
Cancel
Save