Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 528bf650 authored by zhuw's avatar zhuw Committed by Gerrit - the friendly Code Review server
Browse files

fix FC when apply some DDM effect

update parameter due to Android upgrade

Change-Id: Ic76ef8bfaf3c874a52736c77b5703242dae887bd
parent 173c887e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ public class ImageShow extends View implements OnGestureListener,
            mFusionBounds.right = mFusionBounds.left + width;

            canvas.drawBitmap(fusionUnderlay, null, mFusionBounds, null);
            canvas.clipRect(mFusionBounds, Region.Op.REPLACE);
            canvas.clipRect(mFusionBounds);
            MasterImage.getImage().setFusionBounds(canvas, mFusionBounds);
        }