mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
@@ -211,8 +211,8 @@ class _LikeMePageState extends State<LikeMePage> {
|
||||
Get.back();
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '删除',
|
||||
content: '该条通知删除后,当有新点赞时会重新出现在列表,是否继续?',
|
||||
title: const Text('删除'),
|
||||
content: const Text('该条通知删除后,当有新点赞时会重新出现在列表,是否继续?'),
|
||||
onConfirm: () => onRemove(item.id),
|
||||
);
|
||||
},
|
||||
@@ -228,8 +228,8 @@ class _LikeMePageState extends State<LikeMePage> {
|
||||
if (isNotice) {
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '不再通知',
|
||||
content: '这条内容的点赞将不再通知,但仍可在列表内查看,是否继续?',
|
||||
title: const Text('不再通知'),
|
||||
content: const Text('这条内容的点赞将不再通知,但仍可在列表内查看,是否继续?'),
|
||||
onConfirm: () =>
|
||||
_likeMeController.onSetNotice(item, isNotice),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user