Skip to content

Commit

Permalink
Add missing binding in ERQMListView
Browse files Browse the repository at this point in the history
data-theme was not added
  • Loading branch information
swklein committed Aug 25, 2014
1 parent 7d68117 commit b8df275
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public String elementName()
@Override
public void appendCustomTags(StringBuilder sb, NSMutableArray<String> classes, NSMutableArray<String> styles)
{
appendStringTag(sb, "data-theme", null, "theme");
appendBooleanTag(sb, "data-autodividers", false, null);
appendStringTag(sb, "data-count-theme", null, "countBubble-theme");
appendStringTag(sb, "data-divider-theme", null, "divider-theme");
Expand Down

0 comments on commit b8df275

Please sign in to comment.