mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
@@ -119,16 +119,12 @@ class _FansPageState extends State<FansPage> {
|
||||
onLongPress: widget.onSelect != null
|
||||
? null
|
||||
: isOwner
|
||||
? () {
|
||||
showConfirmDialog(
|
||||
? () => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定移除 ${item.uname} ?',
|
||||
onConfirm: () {
|
||||
_fansController.onRemoveFan(
|
||||
index, item.mid!);
|
||||
},
|
||||
);
|
||||
}
|
||||
onConfirm: () => _fansController.onRemoveFan(
|
||||
index, item.mid!),
|
||||
)
|
||||
: null,
|
||||
leading: Hero(
|
||||
tag: heroTag,
|
||||
|
||||
Reference in New Issue
Block a user