Skip to content

Commit 1cb6bb7

Browse files
committed
Fix typo
1 parent b8664c4 commit 1cb6bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/example/nav3recipes/dialog/DialogActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class DialogActivity : ComponentActivity() {
8383
)
8484
) { key ->
8585
ContentBlue(
86-
title = "Route id: ${key.id} ",
86+
title = "Route id: ${key.id}",
8787
modifier = Modifier.clip(
8888
shape = RoundedCornerShape(16.dp)
8989
)

0 commit comments

Comments
 (0)