diff --git a/src/com/android/launcher3/dragndrop/DragView.java b/src/com/android/launcher3/dragndrop/DragView.java index ca03089b4d..a44e1ea9ba 100644 --- a/src/com/android/launcher3/dragndrop/DragView.java +++ b/src/com/android/launcher3/dragndrop/DragView.java @@ -241,7 +241,7 @@ public abstract class DragView extends Fram int w = mWidth; int h = mHeight; Drawable dr = Utilities.getFullDrawable(mActivity, info, w, h, - true /* shouldThemeIcon */, outObj); + outObj, true /* shouldThemeIcon */ ); if (dr instanceof AdaptiveIconDrawable) { int blurMargin = (int) mActivity.getResources()