mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-03 08:39:46 +08:00
show img menu
opt img placeholder opt player gesture opt pref tweaks Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -99,14 +99,8 @@ class ReplyItemGrpc extends StatelessWidget {
|
||||
return Material(
|
||||
type: MaterialType.transparency,
|
||||
child: InkWell(
|
||||
onTap: () {
|
||||
feedBack();
|
||||
replyReply?.call(replyItem, null);
|
||||
},
|
||||
onLongPress: () {
|
||||
feedBack();
|
||||
showMore();
|
||||
},
|
||||
onTap: () => replyReply?.call(replyItem, null),
|
||||
onLongPress: showMore,
|
||||
onSecondaryTap: isMobile ? null : showMore,
|
||||
child: _buildContent(context, theme),
|
||||
),
|
||||
@@ -468,10 +462,7 @@ class ReplyItemGrpc extends StatelessWidget {
|
||||
return InkWell(
|
||||
onTap: () =>
|
||||
replyReply?.call(replyItem, childReply.id.toInt()),
|
||||
onLongPress: () {
|
||||
feedBack();
|
||||
showMore();
|
||||
},
|
||||
onLongPress: showMore,
|
||||
onSecondaryTap: PlatformUtils.isMobile ? null : showMore,
|
||||
child: Padding(
|
||||
padding: padding,
|
||||
|
||||
Reference in New Issue
Block a user