mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 23:05:55 +08:00
opt ui
fix report im msg Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -607,6 +607,7 @@ class LiveRoomController extends GetxController {
|
||||
}
|
||||
autoWrapReportDialog(
|
||||
Get.context!,
|
||||
ban: false,
|
||||
ReportOptions.liveDanmakuReport,
|
||||
(reasonType, reasonDesc, banUid) {
|
||||
return LiveHttp.superChatReport(
|
||||
|
||||
@@ -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