Revert "fix: #333"

This reverts commit acfa384c0c.
This commit is contained in:
bggRGjQaUbCoE
2025-02-27 11:38:19 +08:00
parent acfa384c0c
commit 72e7f0aa9f
2 changed files with 6 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
? null
: _videoReplyController.scrollController,
physics: widget.needController == false
? const AlwaysScrollableScrollPhysics(
? const NeverScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
)
: const AlwaysScrollableScrollPhysics(),

View File

@@ -1804,7 +1804,11 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
child: CustomScrollView(
key: const PageStorageKey<String>('简介'),
controller: needCtr ? _introController : null,
physics: needCtr.not ? const ClampingScrollPhysics() : null,
physics: needCtr.not
? const NeverScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
)
: null,
slivers: [
if (videoDetailController.videoType == SearchType.video) ...[
VideoIntroPanel(