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

Commit a7b81a0b authored by Ruben Brunk's avatar Ruben Brunk Committed by Android (Google) Code Review
Browse files

Merge "Do antialiasing on wallpaper preview." into gb-ub-photos-carlsbad

parents 1a876062 b647b432
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);