Use more unique item keys

Should make stacktraces more distinguishable.
This commit is contained in:
arkon
2022-09-26 17:23:04 -04:00
parent f4c684b4b8
commit e90b39b29d
7 changed files with 13 additions and 13 deletions

View File

@@ -645,7 +645,7 @@ private fun LazyListScope.sharedChapterItems(
) {
items(
items = chapters,
key = { it.chapter.id },
key = { "chapter-${it.chapter.id}" },
contentType = { MangaScreenItem.CHAPTER },
) { chapterItem ->
val haptic = LocalHapticFeedback.current