Skip to content

Commit

Permalink
Update README-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CymChad authored Jul 27, 2016
1 parent 3e6d16c commit 3a84d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public class SectionAdapter extends BaseSectionQuickAdapter<MySection> {
@Override
protected void convertHead(BaseViewHolder helper,final MySection item) {
helper.setText(R.id.header, item.header);
else

helper.setOnClickListener(R.id.more, new View.OnClickListener() {
@Override
public void onClick(View v) {
Expand Down

0 comments on commit 3a84d72

Please sign in to comment.