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