Skip to content

Commit

Permalink
Merge pull request #16 from akhilrao2797/patch-1
Browse files Browse the repository at this point in the history
Update ImageHelper.java
  • Loading branch information
atyachari authored Oct 18, 2023
2 parents ca78310 + ffd1032 commit d9ede40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void setImageFromFilePath(String imagePath, ImageView imageView, i
}

public static void setImageFromFilePath(String imagePath, ImageView imageView) {
setImageFromFilePath(imagePath, imageView, 120, 160);
setImageFromFilePath(imagePath, imageView, 160, 160);
}

}

0 comments on commit d9ede40

Please sign in to comment.