Skip to content

Commit

Permalink
Refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
MajeurAndroid committed Jun 18, 2016
1 parent 0b22f62 commit 442a86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cling/src/main/java/com/majeur/cling/MessageView.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void setContentTextAppearance(int resId) {
}

private int getDecoredColor() {
final int color = mPaint.getColor();
final int color = mPaint.getColor();
return color == -1 ? Color.WHITE : (isDark(color) ? Color.WHITE : Color.DKGRAY);
}

Expand Down

0 comments on commit 442a86e

Please sign in to comment.