Skip to content

Commit

Permalink
[Fix] Fix for lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Oct 23, 2016
1 parent f5dca90 commit 22163d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private void setSecondaryProgressTintList(ColorStateList tint) {
updateSecondaryProgressTint();
}

@SuppressLint("NewApi")
private void updateSecondaryProgressTint() {
if (mHasSecondaryProgressTintColor) {
int tintColor = mSecondaryProgressTintColor;
Expand Down

0 comments on commit 22163d6

Please sign in to comment.