Skip to content

Commit 65fb7b5

Browse files
committed
Corrects region tags for includecode widget.
1 parent ccf9d11 commit 65fb7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/lists/LazyListSnippets.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ private val randomSizedPhotos = listOf(
750750
randomSampleImageUrl(width = 1600, height = 900),
751751
randomSampleImageUrl(width = 500, height = 500),
752752
)
753-
// [START android_compose_layouts_lazily_load_list]
753+
// [START android_compose_lists_lazily_load_list]
754754
@Composable
755755
fun MessageList(modifier: Modifier,
756756
pager: Pager<Int, Message>) {
@@ -795,4 +795,4 @@ fun MessageList(modifier: Modifier,
795795
}
796796
}
797797
}
798-
// [END android_compose_layouts_lazily_load_list]
798+
// [END android_compose_lists_lazily_load_list]

0 commit comments

Comments
 (0)