0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

fix duplicate key error

This commit is contained in:
mertalev 2024-11-16 21:31:13 -05:00
parent 71e058af2e
commit 937fb4e30e
No known key found for this signature in database
GPG key ID: CA85EF6600C9E8AD

View file

@ -42,7 +42,7 @@ class GalleryStackedChildren extends HookConsumerWidget {
} }
return Padding( return Padding(
key: ValueKey(assetId), key: ValueKey(currentAsset),
padding: const EdgeInsets.only(right: 5), padding: const EdgeInsets.only(right: 5),
child: GestureDetector( child: GestureDetector(
onTap: () { onTap: () {