Skip to content

Commit fc536b7

Browse files
author
Rob Orgiu
committed
Make the composable private
1 parent 1a34e29 commit fc536b7

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
@@ -36,7 +36,7 @@ import androidx.compose.ui.draganddrop.mimeTypes
3636
@RequiresApi(Build.VERSION_CODES.N)
3737
@OptIn(ExperimentalFoundationApi::class)
3838
@Composable
39-
fun DragAndDropSnippet() {
39+
private fun DragAndDropSnippet() {
4040

4141
val url = ""
4242

0 commit comments

Comments
 (0)