Skip to content

Commit 51a1de8

Browse files
committed
Honor caller modifier on channel media attachments tile
1 parent 45987c7 commit 51a1de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream-chat-android-compose/src/main/java/io/getstream/chat/android/compose/ui/channel/attachments/ChannelMediaAttachmentsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ internal fun ChannelMediaAttachmentsItem(
163163
stringResource(UiCommonR.string.stream_ui_channel_attachments_media_item_photo)
164164
}
165165
Box(
166-
modifier = Modifier
166+
modifier = modifier
167167
.clickable(onClick = onClick)
168168
.semantics(mergeDescendants = true) {
169169
contentDescription = tileDescription

0 commit comments

Comments
 (0)