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 093a4ebf49
commit 9d0f3a3605
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

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