fix duplicate key error
This commit is contained in:
@@ -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: () {
|
||||||
|
|||||||
Reference in New Issue
Block a user