Skip to content

Commit

Permalink
url code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gonojuarez committed Sep 13, 2022
1 parent f2edade commit d4b0003
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected void setData(){
this.icon.setScaleType(ImageView.ScaleType.FIT_CENTER);
cargarColor(pictogramsLibraryPictogram.getType());
if(pictogramsLibraryPictogram.getEditedPictogram().isEmpty()){
if(!pictogramsLibraryPictogram.getEditedPictogram().startsWith("https://")){
if(!pictogramsLibraryPictogram.getPictogram().startsWith("https://")){
Drawable drawable = findResource();
glideAttatcher.setWidth(IconWidth).setHeight(IconHeight).useDiskCacheStrategy().loadDrawable(drawable,this.icon);
}else{
Expand Down

0 comments on commit d4b0003

Please sign in to comment.