mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
@@ -95,7 +95,7 @@ class _AtMePageState extends State<AtMePage> {
|
||||
final item = response[index];
|
||||
void onLongPress() => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除该通知?',
|
||||
title: const Text('确定删除该通知?'),
|
||||
onConfirm: () => _atMeController.onRemove(item.id!, index),
|
||||
);
|
||||
return ListTile(
|
||||
|
||||
Reference in New Issue
Block a user