mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -380,8 +380,10 @@ class HistoryItem extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
PopupMenuItem<String>(
|
PopupMenuItem<String>(
|
||||||
onTap: () => ctr!.delHistory(
|
onTap: () => onDelete != null
|
||||||
videoItem.kid, videoItem.history.business),
|
? onDelete!(videoItem.kid, videoItem.history.business)
|
||||||
|
: ctr.delHistory(
|
||||||
|
videoItem.kid, videoItem.history.business),
|
||||||
height: 35,
|
height: 35,
|
||||||
child: const Row(
|
child: const Row(
|
||||||
children: [
|
children: [
|
||||||
|
|||||||
Reference in New Issue
Block a user