mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
opt gesture
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -191,7 +191,7 @@ class _PgcReviewChildPageState extends State<PgcReviewChildPage>
|
||||
},
|
||||
)
|
||||
: null,
|
||||
onLongPress: !isLongReview && Utils.isMobile ? showMore : null,
|
||||
onLongPress: !isLongReview ? showMore : null,
|
||||
onSecondaryTap: !isLongReview && !Utils.isMobile ? showMore : null,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(12),
|
||||
|
||||
Reference in New Issue
Block a user