opt scrollable gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-31 15:34:50 +08:00
parent 32fd0e4a76
commit 1ded09f246
52 changed files with 460 additions and 3172 deletions

View File

@@ -183,7 +183,7 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel>
@override
Widget buildList(ThemeData theme) {
final child = refreshIndicator(
return refreshIndicator(
onRefresh: _controller.onRefresh,
isClampingScrollPhysics: widget.isNested,
child: CustomScrollView(
@@ -211,10 +211,6 @@ class _VideoReplyReplyPanelState extends State<VideoReplyReplyPanel>
],
),
);
if (widget.isNested) {
return ExtendedVisibilityDetector(uniqueKey: Key(_tag), child: child);
}
return child;
}
Widget _header(ThemeData theme, ReplyInfo firstFloor) {