mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -93,7 +93,7 @@ class _FavTopicPageState extends State<FavTopicPage>
|
||||
context: context,
|
||||
title: '确定取消收藏?',
|
||||
onConfirm: () {
|
||||
_controller.onRemove(index, item.id);
|
||||
_controller.onRemove(index, item.id!);
|
||||
},
|
||||
),
|
||||
borderRadius: const BorderRadius.all(
|
||||
|
||||
Reference in New Issue
Block a user