Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/medha-ab/Daily-Selfie
Browse files Browse the repository at this point in the history
  • Loading branch information
medha-ab committed Oct 19, 2023
2 parents ff86930 + d9ede40 commit 850526d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/.gitignore → .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/build
/build
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 850526d

Please sign in to comment.