Skip to content

Commit 8b542c0

Browse files
committed
Fixes malformed region tags.
1 parent 69588da commit 8b542c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/animations/AnimationSnippets.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,7 @@ private fun Expanded() {
824824
private fun ContentIcon() {
825825
}
826826

827+
// [START android_compose_animations_vector_char_by_char]
827828
@Composable
828829
private fun AnimatedText() {
829830
val text = "This text animates as though it is being typed \uD83E\uDDDE\u200D\uFE0F \uD83D\uDD10 \uD83D\uDC69\u200D\uFE0F\u200D\uD83D\uDC68 \uD83D\uDC74\uD83C\uDFFD"
@@ -856,5 +857,5 @@ private fun AnimatedText() {
856857
}
857858
}
858859
Text(substringText)
859-
// [END android_compose_animations_animate_char_by_char
860+
// [END android_compose_animations_animate_char_by_char]
860861
}

0 commit comments

Comments
 (0)