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
|
||||
? Center(
|
||||
key: ValueKey(asset),
|
||||
key: ValueKey(asset.id),
|
||||
child: AspectRatio(
|
||||
key: ValueKey(asset),
|
||||
aspectRatio: aspectRatio.value!,
|
||||
|
Loading…
x
Reference in New Issue
Block a user