We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c4f05 commit 4885e92Copy full SHA for 4885e92
core/ui/src/main/kotlin/com/google/samples/apps/nowinandroid/core/ui/NewsResourceCard.kt
@@ -139,13 +139,13 @@ fun NewsResourceCardExpanded(
139
modifier = Modifier
140
.fillMaxWidth((.8f))
141
.dragAndDropSource { _ ->
142
- DragAndDropTransferData(
143
- ClipData.newPlainText(
144
- sharingLabel,
145
- sharingContent,
146
- ),
147
- flags = dragAndDropFlags,
148
- )
+ DragAndDropTransferData(
+ ClipData.newPlainText(
+ sharingLabel,
+ sharingContent,
+ ),
+ flags = dragAndDropFlags,
+ )
149
},
150
)
151
Spacer(modifier = Modifier.weight(1f))
0 commit comments