mod: video tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-24 21:51:28 +08:00
parent 0ef85f2551
commit 0e69e23606
4 changed files with 42 additions and 21 deletions

View File

@@ -624,7 +624,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
showReply: videoDetailController.showReply,
),
Expanded(
child: tabBarView(
child: videoTabBarView(
controller: videoDetailController.tabCtr,
children: [
videoIntro(),
@@ -674,7 +674,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
children: [
buildTabbar(showReply: videoDetailController.showReply),
Expanded(
child: tabBarView(
child: videoTabBarView(
controller: videoDetailController.tabCtr,
children: [
videoIntro(),
@@ -773,7 +773,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
showReply: videoDetailController.showReply,
),
Expanded(
child: tabBarView(
child: videoTabBarView(
controller: videoDetailController.tabCtr,
children: [
if (videoDetailController.showReply)
@@ -882,7 +882,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
showReply: videoDetailController.showReply,
),
Expanded(
child: tabBarView(
child: videoTabBarView(
controller: videoDetailController.tabCtr,
children: [
if (videoDetailController.videoType ==