summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/dragndrop
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-08-18 02:05:01 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-08-23 21:19:42 +0000
commit988ad27be4e42e659f7a2461d16f7d75352e4711 (patch)
treec878b00dd5b20d85e803205e373d3a243135c895 /src/com/android/launcher3/dragndrop
parentc56e3ff2ee03d1756ff70574421e497c5d2f0331 (diff)
downloadandroid_packages_apps_Trebuchet-988ad27be4e42e659f7a2461d16f7d75352e4711.tar.gz
android_packages_apps_Trebuchet-988ad27be4e42e659f7a2461d16f7d75352e4711.tar.bz2
android_packages_apps_Trebuchet-988ad27be4e42e659f7a2461d16f7d75352e4711.zip
Applying the widget resize changes even when the activity is destroyed
in the middle of the resize interaction. Bug: 64759853 Change-Id: I65ab7df0426f36fe1121bf055e38fc722822b0f4
Diffstat (limited to 'src/com/android/launcher3/dragndrop')
-rw-r--r--src/com/android/launcher3/dragndrop/DragLayer.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/launcher3/dragndrop/DragLayer.java b/src/com/android/launcher3/dragndrop/DragLayer.java
index ee6a0e0b8..fde7995ce 100644
--- a/src/com/android/launcher3/dragndrop/DragLayer.java
+++ b/src/com/android/launcher3/dragndrop/DragLayer.java
@@ -544,7 +544,6 @@ public class DragLayer extends InsettableFrameLayout {
public void clearResizeFrame() {
if (mCurrentResizeFrame != null) {
- mCurrentResizeFrame.commitResize();
removeView(mCurrentResizeFrame);
mCurrentResizeFrame = null;
}