mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
maybe fix duplicate key error
This commit is contained in:
parent
937fb4e30e
commit
381fe5c2fd
@ -434,7 +434,7 @@ class NativeVideoViewerPage extends HookConsumerWidget {
|
|||||||
|
|
||||||
final video = aspectRatio.value != null
|
final video = aspectRatio.value != null
|
||||||
? Center(
|
? Center(
|
||||||
key: ValueKey(asset),
|
key: ValueKey(asset.id),
|
||||||
child: AspectRatio(
|
child: AspectRatio(
|
||||||
key: ValueKey(asset),
|
key: ValueKey(asset),
|
||||||
aspectRatio: aspectRatio.value!,
|
aspectRatio: aspectRatio.value!,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user