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