summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-23 06:26:11 -0700
committerFuwn <[email protected]>2025-03-23 06:26:11 -0700
commit74e4a0b4ace66eca193d16aaaea49a7209138341 (patch)
treee910188d7406c257fb2449cacc47efbc705eb4f9 /Sora/Views/Post/Grid/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-74e4a0b4ace66eca193d16aaaea49a7209138341.tar.xz
sora-testing-74e4a0b4ace66eca193d16aaaea49a7209138341.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index da56811..ecaa971 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -131,7 +131,7 @@ struct PostGridView: View {
systemImage: "arrow.down.to.line"
)
}
- .disabled(manager.isLoading)
+ .disabled(manager.isLoading || manager.endOfData)
}
PlatformSpecificToolbarItem {