Loading core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -20661,7 +20661,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, return false; } if (data != null) { data.prepareToLeaveProcess((flags & View.DRAG_FLAG_GLOBAL) != 0); } boolean okay = false; core/java/android/view/ViewRootImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -5552,8 +5552,8 @@ public final class ViewRootImpl implements ViewParent, // Remember who the current drag target is pre-dispatch final View prevDragView = mCurrentDragView; if (what == DragEvent.ACTION_DROP) { event.getClipData().prepareToEnterProcess(); if (what == DragEvent.ACTION_DROP && event.mClipData != null) { event.mClipData.prepareToEnterProcess(); } // Now dispatch the drag/drop event Loading Loading
core/java/android/view/View.java +3 −1 Original line number Diff line number Diff line Loading @@ -20661,7 +20661,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback, return false; } if (data != null) { data.prepareToLeaveProcess((flags & View.DRAG_FLAG_GLOBAL) != 0); } boolean okay = false;
core/java/android/view/ViewRootImpl.java +2 −2 Original line number Diff line number Diff line Loading @@ -5552,8 +5552,8 @@ public final class ViewRootImpl implements ViewParent, // Remember who the current drag target is pre-dispatch final View prevDragView = mCurrentDragView; if (what == DragEvent.ACTION_DROP) { event.getClipData().prepareToEnterProcess(); if (what == DragEvent.ACTION_DROP && event.mClipData != null) { event.mClipData.prepareToEnterProcess(); } // Now dispatch the drag/drop event Loading