Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
normalllll committed Aug 22, 2024
1 parent 700a2a9 commit b7fbfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/post_list/post_list_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class _PostListPageState extends ConsumerState<PostListPage> {
children: [
Expanded(
child: LoadingMoreCustomScrollView(
physics: const BouncingScrollPhysics(),
physics: const BouncingScrollPhysics(parent: AlwaysScrollableScrollPhysics()),
slivers: [
SliverAppBar(
floating: isMobile || widget.tags == null,
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b7fbfe7

Please sign in to comment.