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

Commit b647b432 authored by Ruben Brunk's avatar Ruben Brunk
Browse files

Do antialiasing on wallpaper preview.

Bug: 9052851
Change-Id: I890fae2d4bb9907c7204cc6fa34c42c7fe7c7309
parent fa474a19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -327,6 +327,8 @@ public class CropView extends View {
            mShadow.draw(canvas);
        }

        mPaint.setAntiAlias(true);
        mPaint.setFilterBitmap(true);
        // Draw actual bitmap
        canvas.drawBitmap(mBitmap, mDisplayMatrix, mPaint);