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