Skip to content

Commit

Permalink
version 0.1.8.23
Browse files Browse the repository at this point in the history
prerelease
  • Loading branch information
gonojuarez committed Aug 12, 2021
1 parent 5a5f47c commit 887d5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void setData() {
id = pictogramsLibraryGroup.getId();
this.setCustom_Texto(pictogramsLibraryGroup.getObjectName());
if (pictogramsLibraryGroup.getEditedPictogram().isEmpty()) {
glideAttatcher.useDiskCacheStrategy().loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryGroup.getPictogram(),
glideAttatcher.setHeight(icon.getHeight()).setWidth(icon.getWidth()).useDiskCacheStrategy().loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryGroup.getPictogram(),
"drawable", mContext.getPackageName())), this.icon);
} else {
File picto = new File(pictogramsLibraryGroup.getEditedPictogram());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void setData(){
cargarColor(pictogramsLibraryPictogram.getType());

if(pictogramsLibraryPictogram.getEditedPictogram().isEmpty()){
glideAttatcher.useDiskCacheStrategy().loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryPictogram.getPictogram(),
glideAttatcher.setWidth(icon.getWidth()).setHeight(icon.getHeight()).useDiskCacheStrategy().loadDrawable(mContext.getResources().getDrawable(mContext.getResources().getIdentifier(pictogramsLibraryPictogram.getPictogram(),
"drawable", mContext.getPackageName())),this.icon);
}else{
File picto=new File(pictogramsLibraryPictogram.getEditedPictogram());
Expand Down

0 comments on commit 887d5b2

Please sign in to comment.