mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-02 08:09:47 +08:00
@@ -64,7 +64,7 @@ class _FavArticlePageState extends State<FavArticlePage>
|
||||
item: item,
|
||||
onDelete: () => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定取消收藏?',
|
||||
title: const Text('确定取消收藏?'),
|
||||
onConfirm: () =>
|
||||
_favArticleController.onRemove(index, item.opusId!),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user