mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt member home fav
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -17,15 +17,13 @@ class MemberFavItem extends StatelessWidget {
|
||||
type: MaterialType.transparency,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
if (item.type == 2 || item.type == 0 || item.type == 11) {
|
||||
Get.toNamed(
|
||||
'/favDetail',
|
||||
parameters: {
|
||||
'mediaId': item.mediaId.toString(),
|
||||
'heroTag': Utils.makeHeroTag(item.mediaId),
|
||||
},
|
||||
);
|
||||
}
|
||||
Get.toNamed(
|
||||
'/favDetail',
|
||||
parameters: {
|
||||
'mediaId': item.mediaId.toString(),
|
||||
'heroTag': Utils.makeHeroTag(item.mediaId),
|
||||
},
|
||||
);
|
||||
},
|
||||
onLongPress: () => imageSaveDialog(
|
||||
title: item.title,
|
||||
|
||||
Reference in New Issue
Block a user