From b7fbfe751a05094dce2b3ab8763405ef50446fa5 Mon Sep 17 00:00:00 2001 From: normalllll <147307373+normalllll@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:15:37 +0000 Subject: [PATCH] Update --- lib/pages/post_list/post_list_page.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/post_list/post_list_page.dart b/lib/pages/post_list/post_list_page.dart index f4ed5b9..c321948 100644 --- a/lib/pages/post_list/post_list_page.dart +++ b/lib/pages/post_list/post_list_page.dart @@ -44,7 +44,7 @@ class _PostListPageState extends ConsumerState { children: [ Expanded( child: LoadingMoreCustomScrollView( - physics: const BouncingScrollPhysics(), + physics: const BouncingScrollPhysics(parent: AlwaysScrollableScrollPhysics()), slivers: [ SliverAppBar( floating: isMobile || widget.tags == null, diff --git a/pubspec.yaml b/pubspec.yaml index 5e87623..91f11ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: yande_gui description: "Cross-platform GUI for yande" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.5.2+18 +version: 0.5.3+19 environment: sdk: '>=3.5.0 <4.0.0'