Fix[code]: Post-merge conflict fix

This commit is contained in:
artdeell
2024-01-10 20:31:02 +03:00
committed by Maksim Belov
parent 2cef7ccd49
commit ef0b6e4be5

View File

@@ -74,7 +74,7 @@ public class RegionDecoderCropBehaviour extends BitmapCropBehaviour {
(int) subsectionRect.right,
(int) subsectionRect.bottom
);
transformRect(subsectionRect, matrix);
MatrixUtils.transformRect(subsectionRect, matrix);
targetDrawRect.set(subsectionRect);
return mBitmapDecoder.decodeRegion(bitmapRegionRect, null);
}