diff options
| author | Fuwn <[email protected]> | 2025-03-23 06:26:11 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-23 06:26:11 -0700 |
| commit | 74e4a0b4ace66eca193d16aaaea49a7209138341 (patch) | |
| tree | e910188d7406c257fb2449cacc47efbc705eb4f9 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-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.swift | 2 |
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 { |