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

Commit f75aac62 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Update paint filer when updating thumbnail

Test: Enable task snapshots, go to recents, scroll, make sure no
jump in darkness of thumbnail

Change-Id: I5448192bd87259eb8a4e1e7b7c55c1aa82693d2e
parent 035ecae4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,6 +197,7 @@ public class TaskViewThumbnail extends View {
                    bm.getHeight() - thumbnailData.insets.top - thumbnailData.insets.bottom);
            mThumbnailData = thumbnailData;
            updateThumbnailMatrix();
            updateThumbnailPaintFilter();
        } else {
            mBitmapShader = null;
            mDrawPaint.setShader(null);