mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-26 02:58:39 +00:00
@@ -66,7 +66,7 @@ class _FavCheesePageState extends State<FavCheesePage>
|
||||
item: item,
|
||||
onRemove: () => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定取消收藏该课堂?',
|
||||
title: const Text('确定取消收藏该课堂?'),
|
||||
onConfirm: () =>
|
||||
_controller.onRemove(index, item.seasonId!),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user