diff --git a/lib/post/pages/post_page.dart b/lib/post/pages/post_page.dart index 20600547a..d468df992 100644 --- a/lib/post/pages/post_page.dart +++ b/lib/post/pages/post_page.dart @@ -201,7 +201,7 @@ class _PostPageState extends State { viewSource: viewSource, ), ), - if (state.status == PostStatus.loading) + if (state.status == PostStatus.loading || state.status == PostStatus.refreshing) const SliverFillRemaining( hasScrollBody: false, child: Center(child: CircularProgressIndicator()),