mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-29 14:56:29 +08:00
@@ -97,7 +97,7 @@ class _ReplyMePageState extends State<ReplyMePage> {
|
||||
|
||||
void onLongPress() => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除该通知?',
|
||||
title: const Text('确定删除该通知?'),
|
||||
onConfirm: () =>
|
||||
_replyMeController.onRemove(item.id, index),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user