Skip to content

Commit

Permalink
Show progress indicator during post refresh in experimental post page (
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmo authored Jan 24, 2025
1 parent 6b8e789 commit 985eaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/post/pages/post_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class _PostPageState extends State<PostPage> {
viewSource: viewSource,
),
),
if (state.status == PostStatus.loading)
if (state.status == PostStatus.loading || state.status == PostStatus.refreshing)
const SliverFillRemaining(
hasScrollBody: false,
child: Center(child: CircularProgressIndicator()),
Expand Down

0 comments on commit 985eaee

Please sign in to comment.