Merge "Give FloatingIconView a copy of, rather than, the original icon." into tm-dev am: 0c809bbe67
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/18673699 Change-Id: I8b8a214b0e9a2eb64f3ecc1762a3a6b47d05a03c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user