Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
danimahardhika authored May 7, 2017
1 parent 1edeb50 commit 3c93745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ Drawable icon() {
return mIcon;
}

boolean filterIconColor() {
boolean tintIcon() {
return mTintIcon;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ static View getBaseCafeBarView(@NonNull CafeBar.Builder builder) {
builder.context(),
builder.icon(),
titleColor,
builder.filterIconColor());
builder.tintIcon());
}

//Creating TextView for content as childView
Expand Down

0 comments on commit 3c93745

Please sign in to comment.