mirror of
https://github.com/immich-app/immich.git
synced 2025-06-02 21:24:28 -04:00
fix duplicate key error
This commit is contained in:
parent
71e058af2e
commit
937fb4e30e
@ -42,7 +42,7 @@ class GalleryStackedChildren extends HookConsumerWidget {
|
||||
}
|
||||
|
||||
return Padding(
|
||||
key: ValueKey(assetId),
|
||||
key: ValueKey(currentAsset),
|
||||
padding: const EdgeInsets.only(right: 5),
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user