Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7b36658 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with both shell and launcher updating drag surface" into tm-qpr-dev

parents 6d61c09d d0012b8c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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;
    }