fix [性别显示问题]

This commit is contained in:
2024-03-28 14:54:07 +08:00
parent 2ab97cb0f6
commit 462d7177c2
3 changed files with 6 additions and 3 deletions

View File

@@ -48,6 +48,9 @@ public class ImgLoader {
if (!contextIsExist(context)) {
return;
}
if(StringUtil.isEmpty(url)){
return;
}
RequestBuilder<Drawable> builder = Glide.with(context)
.load(url);