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:
parent
71e058af2e
commit
937fb4e30e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue