Skip to content

Commit

Permalink
[pre-release] v5.0.0-b3
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Feb 8, 2016
1 parent 2dfb4dc commit c7aacbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public void onClick(View v) {
public void onTitleModified(int position, String newTitle) {
AbstractExampleItem item = mAdapter.getItem(position);
item.setTitle(newTitle);
mAdapter.updateItem(position, item);
mAdapter.updateItem(position, item, null);
}

/**
Expand Down

0 comments on commit c7aacbc

Please sign in to comment.