fix [性别显示问题]
This commit is contained in:
@@ -48,6 +48,9 @@ public class ImgLoader {
|
||||
if (!contextIsExist(context)) {
|
||||
return;
|
||||
}
|
||||
if(StringUtil.isEmpty(url)){
|
||||
return;
|
||||
}
|
||||
RequestBuilder<Drawable> builder = Glide.with(context)
|
||||
.load(url);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user