Skip to content

Commit

Permalink
#10 - Custom merging
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Feb 26, 2023
1 parent c19a441 commit 7e59070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private fun PostHeaderImage(post: Post) {
@Composable
private fun PostMetadata(metadata: Metadata) {
val typography = MaterialTheme.typography
Row {
Row(Modifier.semantics(mergeDescendants = true) {}) {
Image(
imageVector = Icons.Filled.AccountCircle,
contentDescription = null,
Expand Down

0 comments on commit 7e59070

Please sign in to comment.