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

Commit 23f22430 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Fix drags from the shirt pocket"

parents dc28be10 213b30ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public class ShirtPocket extends FrameLayout {
                        thumb = new DragThumbnailBuilder(mWindow.findViewById(R.id.preview));
                    }

                    ShirtPocket.this.startDrag(clip, thumb, false);
                    v.startDrag(clip, thumb, false);

                    // TODO: only discard the clipping if it was accepted
                    stash(null);