Merge "Fix issue with both shell and launcher updating drag surface" into tm-qpr-dev
This commit is contained in:
@@ -369,7 +369,9 @@ public class DragLayout extends LinearLayout {
|
||||
|
||||
// Start animating the drop UI out with the drag surface
|
||||
hide(event, dropCompleteCallback);
|
||||
hideDragSurface(dragSurface);
|
||||
if (handledDrop) {
|
||||
hideDragSurface(dragSurface);
|
||||
}
|
||||
return handledDrop;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user