Loading libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/DragLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,9 @@ public class DragLayout extends LinearLayout { // Start animating the drop UI out with the drag surface hide(event, dropCompleteCallback); if (handledDrop) { hideDragSurface(dragSurface); } return handledDrop; } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/DragLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -369,7 +369,9 @@ public class DragLayout extends LinearLayout { // Start animating the drop UI out with the drag surface hide(event, dropCompleteCallback); if (handledDrop) { hideDragSurface(dragSurface); } return handledDrop; } Loading