fix(VersionSelector): use correct LazyColumn item key

This commit is contained in:
Ax333l
2024-03-05 14:34:45 +01:00
committed by oSumAtrIX
parent 1aba6bc874
commit 413fe980a8

View File

@@ -117,7 +117,7 @@ fun VersionSelectorScreen(
items(
items = list,
key = { it.packageName }
key = { it.version }
) {
SelectedAppItem(
selectedApp = it,