summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-23 06:21:53 -0700
committerFuwn <[email protected]>2025-03-23 06:21:53 -0700
commite2b7d5c193194865838f6663b1aa6774ff08f6cd (patch)
tree7ae13acd09a84668eb081bab103ee05773f99689
parentfeat: Development commit (diff)
downloadsora-testing-e2b7d5c193194865838f6663b1aa6774ff08f6cd.tar.xz
sora-testing-e2b7d5c193194865838f6663b1aa6774ff08f6cd.zip
feat: Development commit
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift4
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 {