Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-21 22:38:47 +08:00
parent a1555826c3
commit 17568c8c27
43 changed files with 818 additions and 932 deletions

View File

@@ -207,9 +207,8 @@ class _MediaPageState extends CommonPageState<MediaPage, MediaController>
),
);
} else {
String heroTag = Utils.makeHeroTag(response.list[index].fid);
return FavFolderItem(
heroTag: heroTag,
heroTag: Utils.generateRandomString(8),
item: response.list[index],
callback: () => Future.delayed(
const Duration(milliseconds: 150),