From 12b0dfb826a41fc71021fd2c2e9492b373056c42 Mon Sep 17 00:00:00 2001 From: Steven Ng Date: Wed, 30 Jun 2021 19:40:27 +0100 Subject: [PATCH] Fix widget animation truncated at drop if a widget is resized Set the widget outline to DragView rather than the content view hosting a Picture record of AppWidgetHostView at drop. Fix: 191646816 Test: Manual Change-Id: I901743f8ba392de37f3ef69ca386c4b36bfebd7f Merged-In: I901743f8ba392de37f3ef69ca386c4b36bfebd7f --- src/com/android/launcher3/dragndrop/DragView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/android/launcher3/dragndrop/DragView.java b/src/com/android/launcher3/dragndrop/DragView.java index 1664980c35..8de526df99 100644 --- a/src/com/android/launcher3/dragndrop/DragView.java +++ b/src/com/android/launcher3/dragndrop/DragView.java @@ -471,12 +471,12 @@ public class DragView extends FrameLayout implements StateListener