mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user