Fixed default icon issue when dragging themed icon

This commit is contained in:
MrSluffy
2023-11-08 18:36:47 +08:00
parent d4c79f060e
commit 797c44dc65
@@ -241,7 +241,7 @@ public abstract class DragView<T extends Context & ActivityContext> 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()