Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-18 16:56:43 +08:00
parent f642bfcf48
commit ab80b2a5af
24 changed files with 876 additions and 871 deletions

View File

@@ -219,7 +219,7 @@ class _MemberVideoState extends State<MemberVideo>
}
final SpaceArchiveItem item = response[index];
return VideoCardHMemberVideo(
key: ValueKey('${item.param}'),
// key: ValueKey('${item.param}'),
videoItem: item,
fromViewAid: _controller.fromViewAid,
);