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
|
// Start animating the drop UI out with the drag surface
|
||||||
hide(event, dropCompleteCallback);
|
hide(event, dropCompleteCallback);
|
||||||
|
if (handledDrop) {
|
||||||
hideDragSurface(dragSurface);
|
hideDragSurface(dragSurface);
|
||||||
|
}
|
||||||
return handledDrop;
|
return handledDrop;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user