Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mr5z authored Oct 15, 2020
1 parent f0eef58 commit 686ac4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ public ColorPicker(Activity activity,
}

/**
* Creator of the class. It will initialize the class with the rgb color passed as default
* Creator of the class. It will initialize the class with the argb color passed as default
*
* @param activity The reference to the activity where the color picker is called
* @param color ARGB color
*/
public ColorPicker(Activity activity,
@ColorInt int color) {
this(activity);
Expand Down

0 comments on commit 686ac4e

Please sign in to comment.