Merge "Give FloatingIconView a copy of, rather than, the original icon." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c809bbe67
@@ -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