Loading services/core/java/com/android/server/wm/DragState.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -528,7 +528,7 @@ class DragState { } } // Only allow the extras to be dispatched to a global-intercepting drag target // Only allow the extras to be dispatched to a global-intercepting drag target ClipData data = null; ClipData data = null; if (interceptsGlobalDrag) { if (interceptsGlobalDrag && mData != null) { data = mData.copyForTransferWithActivityInfo(); data = mData.copyForTransferWithActivityInfo(); PersistableBundle extras = data.getDescription().getExtras() != null PersistableBundle extras = data.getDescription().getExtras() != null ? data.getDescription().getExtras() ? data.getDescription().getExtras() Loading Loading
services/core/java/com/android/server/wm/DragState.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -528,7 +528,7 @@ class DragState { } } // Only allow the extras to be dispatched to a global-intercepting drag target // Only allow the extras to be dispatched to a global-intercepting drag target ClipData data = null; ClipData data = null; if (interceptsGlobalDrag) { if (interceptsGlobalDrag && mData != null) { data = mData.copyForTransferWithActivityInfo(); data = mData.copyForTransferWithActivityInfo(); PersistableBundle extras = data.getDescription().getExtras() != null PersistableBundle extras = data.getDescription().getExtras() != null ? data.getDescription().getExtras() ? data.getDescription().getExtras() Loading