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

Commit 0c809bbe authored by Stefan Andonian's avatar Stefan Andonian Committed by Android (Google) Code Review
Browse files

Merge "Give FloatingIconView a copy of, rather than, the original icon." into tm-dev

parents 7b4d1d61 2a7fbee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -525,7 +525,7 @@ public class FloatingIconView extends FrameLayout implements
                    & ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) != 0) {
                btvIcon = btv.makePreloadIcon();
            } else {
                btvIcon = btv.getIcon();
                btvIcon = (FastBitmapDrawable) btv.getIcon().getConstantState().newDrawable();
            }
        } else {
            btvIcon = null;