mirror of
https://github.com/immich-app/immich.git
synced 2025-06-07 15:44:33 -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(
|
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: () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user