mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-27 19:48:37 +00: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