mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt ui
fix report im msg Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -84,7 +84,7 @@ class LiveRoomChatPanel extends StatelessWidget {
|
||||
recognizer: item.uid == 0
|
||||
? null
|
||||
: (TapGestureRecognizer()
|
||||
..onTapDown = (e) => _showMsgMenu(
|
||||
..onTapUp = (e) => _showMsgMenu(
|
||||
context,
|
||||
itemContext,
|
||||
e,
|
||||
@@ -290,7 +290,7 @@ class LiveRoomChatPanel extends StatelessWidget {
|
||||
void _showMsgMenu(
|
||||
BuildContext context,
|
||||
BuildContext itemContext,
|
||||
TapDownDetails details,
|
||||
TapUpDetails details,
|
||||
DanmakuMsg item,
|
||||
) {
|
||||
final dx = details.globalPosition.dx;
|
||||
|
||||
Reference in New Issue
Block a user