Skip to content

Commit

Permalink
allow setListener after build
Browse files Browse the repository at this point in the history
  • Loading branch information
dacer committed Nov 20, 2016
1 parent 956a0b7 commit 56e6f05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public Builder setDegree(double degree) {

public Builder setListener(OnClickMenuListener listener) {
this.onClickMenuListener = listener;
if (arcMenuInterceptLayout != null) arcMenuInterceptLayout.setOnClickBtnListener(onClickMenuListener);
return this;
}

Expand Down

0 comments on commit 56e6f05

Please sign in to comment.