Correctly remove drag surface when perform drag failed

Currently DragDropController uses release to remove drag surface when performDrag fails, but release does not remove the surface from the screen.
This CL changes release to remove to correctly remove the drag surface.

Bug: 278663749
Test: DragDropControllerTests
Change-Id: I47f8c279fb49944e540078187437a4d7b153e721
1 file changed