diff options
| author | Fuwn <[email protected]> | 2025-03-23 06:21:53 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-23 06:21:53 -0700 |
| commit | e2b7d5c193194865838f6663b1aa6774ff08f6cd (patch) | |
| tree | 7ae13acd09a84668eb081bab103ee05773f99689 | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-e2b7d5c193194865838f6663b1aa6774ff08f6cd.tar.xz sora-testing-e2b7d5c193194865838f6663b1aa6774ff08f6cd.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index 80130a4..da56811 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -119,7 +119,9 @@ struct PostGridView: View { } } - if manager.isLoading { ToolbarItem { ProgressView() } } + if manager.isLoading || manager.isNavigatingHistory { + ToolbarItem { ProgressView() } + } #endif PlatformSpecificToolbarItem { |