mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03:00
fix duplicate key error
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user