Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-20 22:44:09 +08:00
parent db65e7df76
commit 7617bb692a
21 changed files with 279 additions and 280 deletions

View File

@@ -60,16 +60,7 @@ class _MainReplyPageState extends State<MainReplyPage>
return Scaffold(
resizeToAvoidBottomInset: false,
appBar: AppBar(title: const Text('查看评论')),
body: NotificationListener<UserScrollNotification>(
onNotification: (notification) {
final direction = notification.direction;
if (direction == .forward) {
showFab();
} else if (direction == .reverse) {
hideFab();
}
return false;
},
body: fabAnimWrapper(
child: refreshIndicator(
onRefresh: _controller.onRefresh,
child: Padding(