opt scrollPhysics

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-23 11:59:06 +08:00
parent d15ad4911d
commit ee04978e0c
2 changed files with 184 additions and 202 deletions

View File

@@ -185,11 +185,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel>
child: CustomScrollView(
key: ValueKey(scrollController.hashCode),
controller: scrollController,
physics: widget.isNested
? const AlwaysScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
)
: const AlwaysScrollableScrollPhysics(),
physics: const AlwaysScrollableScrollPhysics(),
slivers: [
if (!isDialogue) ...[
if ((widget.firstFloor ?? _controller.firstFloor.value)