Skip to content

Commit

Permalink
typo: vdCtr
Browse files Browse the repository at this point in the history
  • Loading branch information
guozhigq committed Mar 13, 2024
1 parent bc74e32 commit 337cdaf
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 337cdaf

Please sign in to comment.