Skip to content

Commit 4885e92

Browse files
author
Rob Orgiu
committed
Reformat NewsResourceCard
1 parent 31c4f05 commit 4885e92

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

core/ui/src/main/kotlin/com/google/samples/apps/nowinandroid/core/ui/NewsResourceCard.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ fun NewsResourceCardExpanded(
139139
modifier = Modifier
140140
.fillMaxWidth((.8f))
141141
.dragAndDropSource { _ ->
142-
DragAndDropTransferData(
143-
ClipData.newPlainText(
144-
sharingLabel,
145-
sharingContent,
146-
),
147-
flags = dragAndDropFlags,
148-
)
142+
DragAndDropTransferData(
143+
ClipData.newPlainText(
144+
sharingLabel,
145+
sharingContent,
146+
),
147+
flags = dragAndDropFlags,
148+
)
149149
},
150150
)
151151
Spacer(modifier = Modifier.weight(1f))

0 commit comments

Comments
 (0)