From 797c44dc6530f01ac9f735e60a60c7016141b510 Mon Sep 17 00:00:00 2001 From: MrSluffy Date: Wed, 8 Nov 2023 18:36:47 +0800 Subject: [PATCH] Fixed default icon issue when dragging themed icon --- src/com/android/launcher3/dragndrop/DragView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()