mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merging duplicate logic for deferred drop handling in Worksace and Folder
> All the logic is contained in UninstallDropTarget > Also fixing a bug were mWaitingForResume was not cleared Bug: 34692289 Change-Id: I617475ce53062902d6817954fb608198e6e03d3c
This commit is contained in:
@@ -215,7 +215,7 @@ public abstract class ButtonDropTarget extends TextView
|
||||
* On drop animate the dropView to the icon.
|
||||
*/
|
||||
@Override
|
||||
public void onDrop(final DragObject d) {
|
||||
public void onDrop(final DragObject d, final DragOptions options) {
|
||||
final DragLayer dragLayer = mLauncher.getDragLayer();
|
||||
final Rect from = new Rect();
|
||||
dragLayer.getViewRectRelativeToSelf(d.dragView, from);
|
||||
|
||||
Reference in New Issue
Block a user