Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-13 14:34:15 +08:00
parent 84d5a24bc3
commit 9f6ef0281a
4 changed files with 11 additions and 7 deletions

View File

@@ -179,9 +179,11 @@ class _AudioPageState extends State<AudioPage> {
onRefresh: () => _controller.loadPrev(context),
child: CustomScrollView(
controller: scrollController,
physics: const AlwaysScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
),
physics: _controller.reachStart
? const ClampingScrollPhysics()
: const AlwaysScrollableScrollPhysics(
parent: ClampingScrollPhysics(),
),
slivers: [
SliverPadding(
padding: EdgeInsets.only(