mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
@@ -67,7 +67,7 @@ class _FansPageState extends FollowTypePageState<FansPage> {
|
||||
Widget buildItem(int index, FollowItemModel item) {
|
||||
void onRemove() => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定移除 ${item.uname} ?',
|
||||
title: Text('确定移除 ${item.uname} ?'),
|
||||
onConfirm: () => controller.onRemoveFan(index, item.mid),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user