opt refresh

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-23 11:44:39 +08:00
parent ee188da6b0
commit 14b6c115b5
3 changed files with 4 additions and 33 deletions

View File

@@ -81,11 +81,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
controller: widget.isNested
? null
: _videoReplyController.scrollController,
physics: widget.isNested
? const AlwaysScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
)
: const AlwaysScrollableScrollPhysics(),
physics: const AlwaysScrollableScrollPhysics(),
key: const PageStorageKey(_VideoReplyPanelState),
slivers: <Widget>[
SliverPersistentHeader(