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

Commit de5e6c51 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

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

parents 959cf26b e7b36658
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;
    }