mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
mod: jump from invalid fav item
Closes #416 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -398,7 +398,10 @@ class ChatItem extends StatelessWidget {
|
||||
: isRevoke
|
||||
? const SizedBox()
|
||||
: GestureDetector(
|
||||
onLongPress: onLongPress,
|
||||
onLongPress: () {
|
||||
Feedback.forLongPress(context);
|
||||
onLongPress?.call();
|
||||
},
|
||||
child: Row(
|
||||
children: [
|
||||
if (!isOwner) const SizedBox(width: 12),
|
||||
|
||||
Reference in New Issue
Block a user