Skip to content

Commit 4d0bd1f

Browse files
committed
Fixes region tags.
1 parent c1803c3 commit 4d0bd1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ import androidx.compose.ui.unit.Dp
109109
import androidx.compose.ui.unit.IntSize
110110
import androidx.compose.ui.unit.dp
111111
import com.example.compose.snippets.R
112+
import kotlinx.coroutines.delay
112113
import java.text.BreakIterator
113114
import java.text.StringCharacterIterator
114-
import kotlinx.coroutines.delay
115115

116116
/*
117117
* Copyright 2023 The Android Open Source Project
@@ -824,7 +824,7 @@ private fun Expanded() {
824824
private fun ContentIcon() {
825825
}
826826

827-
// [START android_compose_animations_vector_char_by_char]
827+
// [START android_compose_animations_char_by_char]
828828
@Composable
829829
private fun AnimatedText() {
830830
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"
@@ -857,5 +857,5 @@ private fun AnimatedText() {
857857
}
858858
}
859859
Text(substringText)
860-
// [END android_compose_animations_animate_char_by_char]
860+
// [END android_compose_animations_char_by_char]
861861
}

0 commit comments

Comments
 (0)