Skip to content

Commit

Permalink
Reflecting of API changes in the core
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Dec 24, 2016
1 parent 51e69d1 commit b753845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/news/NewsApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private void createAreas()
final ListArea.Params groupsParams = new ListArea.Params();
groupsParams.environment = new DefaultControlEnvironment(luwrain);
groupsParams.model = base.getGroupsModel();
groupsParams.appearance = new DefaultListItemAppearance(groupsParams.environment);
groupsParams.appearance = new ListUtils.DefaultAppearance(groupsParams.environment);
groupsParams.clickHandler = (area, index, obj)->{
if (!actions.onGroupsClick(base, summaryArea, obj))
return false;
Expand Down

0 comments on commit b753845

Please sign in to comment.