[1.143.*] Pre-release merge (#586)
This commit is contained in:
@@ -63,7 +63,7 @@ fun NetworkPosts(
|
||||
LazyColumn(state = listState) {
|
||||
items(
|
||||
count = lazyPagingItems.itemCount,
|
||||
key = lazyPagingItems.itemKey { item -> "${item.shortId}-${item.hashCode()}" },
|
||||
key = lazyPagingItems.itemKey { it.shortId },
|
||||
contentType = lazyPagingItems.itemContentType { "LobstersItem" },
|
||||
) { index ->
|
||||
val item = lazyPagingItems[index]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
aboutLibraries = "11.2.1"
|
||||
agp = "8.4.1"
|
||||
agp = "8.4.2"
|
||||
android-junit5 = "1.10.0.0"
|
||||
benchmark = "1.3.0-alpha05"
|
||||
coil = "2.6.0"
|
||||
|
||||
Reference in New Issue
Block a user