diff --git a/lib/pages/hot/view.dart b/lib/pages/hot/view.dart index 547aed6d..787f43d4 100644 --- a/lib/pages/hot/view.dart +++ b/lib/pages/hot/view.dart @@ -102,8 +102,8 @@ class _HotPageState extends State with AutomaticKeepAliveClientMixin { videoItem: _hotController.videoList[index], showPubdate: true, longPress: () { - _hotController.popupDialog - .add(_createPopupDialog(videoList[index])); + _hotController.popupDialog.add(_createPopupDialog( + _hotController.videoList[index])); Overlay.of(context) .insert(_hotController.popupDialog.last!); },