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

Commit bf3706f0 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android Git Automerger
Browse files

am 83acc755: Merge "Clear the draginfo object once the item is dropped inside...

am 83acc755: Merge "Clear the draginfo object once the item is dropped inside a folder" into ub-now-porkchop

* commit '83acc755':
  Clear the draginfo object once the item is dropped inside a folder
parents cf29e8a8 83acc755
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1295,6 +1295,8 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList
        mSuppressOnAdd = true;
        mInfo.add(si);
        mSuppressOnAdd = false;
        // Clear the drag info, as it is no longer being dragged.
        mCurrentDragInfo = null;
    }

    // This is used so the item doesn't immediately appear in the folder when added. In one case