Skip to content

Commit bbcd2e5

Browse files
author
Rob Orgiu
committed
Fix code as suggested by jossiwolf
1 parent f5269e4 commit bbcd2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/draganddrop/DragAndDropSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private fun DragAndDropSnippet() {
4242
// [START android_compose_drag_and_drop_1]
4343
Modifier.dragAndDropSource { _ ->
4444
// Transfer data here.
45-
null
45+
TODO()
4646
}
4747
// [END android_compose_drag_and_drop_1]
4848

0 commit comments

Comments
 (0)