Skip to content

Commit

Permalink
setShowDivider should return the AboutBuilder object
Browse files Browse the repository at this point in the history
  • Loading branch information
marbat87 committed Feb 21, 2017
1 parent 87e2f1f commit 14d093a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ public AboutBuilder setDividerDashGap(int dividerDashGap) {
return this;
}

public void setShowDivider(boolean showDivider) {
public AboutBuilder setShowDivider(boolean showDivider) {
this.showDivider = showDivider;
return this;
}

public AboutBuilder addLink(Bitmap icon, String label, View.OnClickListener onClickListener) {
Expand Down

0 comments on commit 14d093a

Please sign in to comment.