Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
YangsBryant committed Nov 23, 2019
1 parent 1a58cec commit 31eaf98
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ public void onClick(View v) {
if(!isLine){
helper.setVisible(R.id.item_line,false);
}
if(helper.getLayoutPosition()==getData().size()-1){
/*if(helper.getLayoutPosition()==getData().size()-1){
helper.setVisible(R.id.item_line,false);
}
}*/
}

public void setTextWidth(int textWidth) {
Expand Down

0 comments on commit 31eaf98

Please sign in to comment.