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

Commit d67e4729 authored by Stefan Andonian's avatar Stefan Andonian Committed by Automerger Merge Worker
Browse files

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

Merge "Give FloatingIconView a copy of, rather than, the original icon." into tm-dev am: 0c809bbe am: 9dd7aa50

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18673699



Change-Id: If43a7b8fa1722abdc7d1c49a15cca1d7d5189bd4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 064f3ef1 9dd7aa50
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;