Fixed
Status Update
Comments
va...@google.com <va...@google.com> #2
This was fixed in https://android-review.googlesource.com/880833 and will be available in Navigation 1.0.0-alpha10.
lp...@google.com <lp...@google.com> #3
I made a change here recently, probably responsible
lp...@google.com <lp...@google.com> #4
Some testing notes, doesn't seem to reproduce for me on API 35, but does on API 30
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
Author: Alex Vanyo <
Link:
Revert "Fixes issue with dragAndDropSource preventing child invalidations"
Expand for full commit details
Revert "Fixes issue with dragAndDropSource preventing child invalidations"
This reverts commit 874505db38c2ea6a0ecee16c9f20eda1de35492a.
Reason for revert: Prevents system drag and drop from occurring with default decoration on older API levels: b/388353336
Change-Id: Ie9948a699df139b386186c407e908fa1697bbb29
Files:
- D
compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/draganddrop/DragAndDropSourceTest.kt
- M
compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/draganddrop/AndroidDragAndDropSource.android.kt
Hash: 3d5fd7d04bdd7f02ee2b215af68b2832e06134bf
Date: Tue Jan 07 17:35:34 2025
va...@google.com <va...@google.com> #6
I submitted the revert, should this bug be closed and
lp...@google.com <lp...@google.com>
pr...@google.com <pr...@google.com> #7
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.foundation:foundation:1.8.0-alpha08
androidx.compose.foundation:foundation-android:1.8.0-alpha08
androidx.compose.foundation:foundation-jvmstubs:1.8.0-alpha08
androidx.compose.foundation:foundation-linuxx64stubs:1.8.0-alpha08
Description
At tip-of-tree, on at least API 24, 28, and 30, the
Foundation
->Drag and drop
->Multi app drag and drop
demo no longer works.The app doesn't crash, but the following exception is printed to logcat and the drag doesn't start:
Reverting aosp/3408267 allows the system drag and drop to work again.