Use more unique item keys
Should make stacktraces more distinguishable.
This commit is contained in:
@@ -95,7 +95,7 @@ private fun SourceList(
|
||||
key = {
|
||||
when (it) {
|
||||
is SourceUiModel.Header -> it.hashCode()
|
||||
is SourceUiModel.Item -> it.source.key()
|
||||
is SourceUiModel.Item -> "source-${it.source.key()}"
|
||||
}
|
||||
},
|
||||
) { model ->
|
||||
|
||||
Reference in New Issue
Block a user