mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-20 09:06:36 +08:00
opt gesture
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -99,7 +99,7 @@ Widget forwardPanel(
|
||||
|
||||
return InkWell(
|
||||
onTap: () => PageUtils.pushDynDetail(orig),
|
||||
onLongPress: Utils.isMobile ? showMore : null,
|
||||
onLongPress: showMore,
|
||||
onSecondaryTap: Utils.isMobile ? null : showMore,
|
||||
child: child,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user