Skip to content

Commit

Permalink
Fix Issue - (#227)
Browse files Browse the repository at this point in the history
Issue - #227
  • Loading branch information
anujraghuvanshi committed Feb 17, 2021
1 parent b705b06 commit 802cc75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/android/Library/src/ImageFetcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ protected Bitmap doInBackground(Integer... params) {
} else {
if (rotate != 0) {
Matrix matrix = new Matrix();
matrix.setRotate(rotate);
thumb = Bitmap.createBitmap(thumb, 0, 0, thumb.getWidth(), thumb.getHeight(), matrix, true);
}
return thumb;
Expand Down

0 comments on commit 802cc75

Please sign in to comment.