mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: remove reply after reported
This commit is contained in:
@@ -1048,13 +1048,16 @@ class MorePanel extends StatelessWidget {
|
||||
switch (type) {
|
||||
case 'report':
|
||||
Get.back();
|
||||
Get.toNamed(
|
||||
dynamic result = await Get.toNamed(
|
||||
'/webviewnew',
|
||||
parameters: {
|
||||
'url':
|
||||
'https://www.bilibili.com/h5/comment/report?mid=${item.mid}&oid=${item.oid}&pageType=1&rpid=${item.rpid}&platform=android',
|
||||
},
|
||||
);
|
||||
if (result == true && onDelete != null) {
|
||||
onDelete!(item.rpid!);
|
||||
}
|
||||
break;
|
||||
case 'copyAll':
|
||||
await Clipboard.setData(ClipboardData(text: message));
|
||||
|
||||
Reference in New Issue
Block a user