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

Commit dffe6a6f authored by nicolasroard's avatar nicolasroard
Browse files

Fix default for tiny planet

bug:7410938
Change-Id: If43317c2ad1e22ca1a3d3de1eef91ea2556252dd
parent e7a71372
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -66,6 +66,11 @@ public class ImageFilterTinyPlanet extends ImageFilter {
        return mAngle;
    }

    public boolean isNil() {
        // TinyPlanet always has an effect
        return false;
    }

    native protected void nativeApplyFilter(
            Bitmap bitmapIn, int width, int height, Bitmap bitmapOut, int outSize, float scale,
            float angle);