We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf9d11 commit 65fb7b5Copy full SHA for 65fb7b5
compose/snippets/src/main/java/com/example/compose/snippets/lists/LazyListSnippets.kt
@@ -750,7 +750,7 @@ private val randomSizedPhotos = listOf(
750
randomSampleImageUrl(width = 1600, height = 900),
751
randomSampleImageUrl(width = 500, height = 500),
752
)
753
-// [START android_compose_layouts_lazily_load_list]
+// [START android_compose_lists_lazily_load_list]
754
@Composable
755
fun MessageList(modifier: Modifier,
756
pager: Pager<Int, Message>) {
@@ -795,4 +795,4 @@ fun MessageList(modifier: Modifier,
795
}
796
797
798
-// [END android_compose_layouts_lazily_load_list]
+// [END android_compose_lists_lazily_load_list]
0 commit comments