mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Use pubkeyhex for lazy column key instead of Address
This commit is contained in:
+1
-1
@@ -394,7 +394,7 @@ fun EmojiCollectionGallery(
|
||||
LazyColumn(
|
||||
state = listState,
|
||||
) {
|
||||
itemsIndexed(emojiCollections, key = { _, item -> item }) { _, item ->
|
||||
itemsIndexed(emojiCollections, key = { _, item -> item.pubKeyHex }) { _, item ->
|
||||
LoadAddressableNote(item, accountViewModel) {
|
||||
it?.let { WatchAndRenderNote(it, bgColor, accountViewModel, nav, onClick) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user