Skip to content

Commit

Permalink
Merge branch 'fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Mar 14, 2024
2 parents a5558de + 337cdaf commit f368ef8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/pages/video/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
.withOpacity(0.06),
),
),
if (videoDetailController.videoType ==
SearchType.video &&
videoDetailController.enableRelatedVideo)
if (vdCtr.videoType == SearchType.video &&
vdCtr.enableRelatedVideo)
const RelatedVideoPanel(),
],
);
Expand Down

0 comments on commit f368ef8

Please sign in to comment.