BackgroundLibrary icon indicating copy to clipboard operation
BackgroundLibrary copied to clipboard

MultiTextColorSelectorColorCreator中对颜色值的判断有误

Open Suguiqiang opened this issue 2 years ago • 1 comments

设置#ffffff时,Color.parseColor会返回-1,所以下面判断有误: if(color == -1){ throw new IllegalArgumentException("cannot find color from the last attribute"); }

Suguiqiang avatar Sep 19 '23 06:09 Suguiqiang

👌近期修改一下

JavaNoober avatar Dec 05 '23 08:12 JavaNoober