Skip to content

Commit

Permalink
Fix[code]: Post-merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Jan 10, 2024
1 parent 42da73c commit b958f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private Bitmap decodeRegionBitmap(RectF targetDrawRect, RectF subsectionRect) {
(int) subsectionRect.right,
(int) subsectionRect.bottom
);
transformRect(subsectionRect, matrix);
MatrixUtils.transformRect(subsectionRect, matrix);
targetDrawRect.set(subsectionRect);
return mBitmapDecoder.decodeRegion(bitmapRegionRect, null);
}
Expand Down

0 comments on commit b958f4b

Please sign in to comment.