🐛 Somehow fix production video player issue

This commit is contained in:
2025-08-09 13:35:54 +08:00
parent 87ae8d2ff4
commit 892035ab27

View File

@@ -142,7 +142,7 @@ class CloudVideoWidget extends HookConsumerWidget {
mainAxisAlignment: MainAxisAlignment.end, mainAxisAlignment: MainAxisAlignment.end,
crossAxisAlignment: CrossAxisAlignment.stretch, crossAxisAlignment: CrossAxisAlignment.stretch,
children: [ children: [
Row( Wrap(
spacing: 8, spacing: 8,
children: [ children: [
if (item.fileMeta?['duration'] != null) if (item.fileMeta?['duration'] != null)
@@ -199,8 +199,8 @@ class CloudVideoWidget extends HookConsumerWidget {
), ),
), ),
], ],
),
).padding(horizontal: 16, bottom: 12), ).padding(horizontal: 16, bottom: 12),
),
], ],
), ),
onTap: () { onTap: () {