Skip to content

Commit

Permalink
Update BitmapUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ShymaaOthman authored Apr 1, 2020
1 parent f7d9899 commit 73162a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class BitmapUtils {

private static final int desiredWidth = 1024;
private static final int desiredWidth = 1440;
private static final int desiredHeight = 1024;

@Nullable
Expand Down Expand Up @@ -271,4 +271,4 @@ public static File createImageTempFile(Context context) throws IOException {
// Save a fiwle: path for use with ACTION_VIEW intents
return image;
}
}
}

0 comments on commit 73162a4

Please sign in to comment.