合并冲突

This commit is contained in:
2024-07-13 20:37:09 +08:00
5 changed files with 615 additions and 4 deletions

View File

@@ -290,9 +290,10 @@ fun LocationDetail() {
Image(
painter = painterResource(id = item.resId),
contentDescription = "Feed",
modifier = Modifier
.fillMaxWidth()
.clip(MaterialTheme.shapes.medium),
modifier = Modifier.fillMaxWidth()
.clip(MaterialTheme.shapes.medium).clickable {
navController.navigate("Post")
},
contentScale = ContentScale.FillWidth
)
Spacer(modifier = Modifier.height(8.dp))