Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-04 12:25:02 +08:00
parent f0c4d3412d
commit f0828ea18c
6 changed files with 21 additions and 17 deletions

View File

@@ -63,6 +63,7 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
} else {
_videoReplyController.scrollController.removeListener(listener);
}
bottom = MediaQuery.viewPaddingOf(context).bottom;
}
@override
@@ -92,7 +93,6 @@ class _VideoReplyPanelState extends State<VideoReplyPanel>
@override
Widget build(BuildContext context) {
super.build(context);
bottom = MediaQuery.viewPaddingOf(context).bottom;
final theme = Theme.of(context);
return refreshIndicator(
onRefresh: _videoReplyController.onRefresh,