summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/PostGridView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-20 02:40:26 -0800
committerFuwn <[email protected]>2025-02-20 02:40:26 -0800
commit0538ecfabde1883b71971cf0ce62a4d14ff072cd (patch)
tree029f6d9cb58da3ce338e862f4d43104e36cacb54 /Sora/Views/Post/PostGridView.swift
parentfeat: Development commit (diff)
downloadsora-testing-0538ecfabde1883b71971cf0ce62a4d14ff072cd.tar.xz
sora-testing-0538ecfabde1883b71971cf0ce62a4d14ff072cd.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/PostGridView.swift')
-rw-r--r--Sora/Views/Post/PostGridView.swift3
1 files changed, 0 insertions, 3 deletions
diff --git a/Sora/Views/Post/PostGridView.swift b/Sora/Views/Post/PostGridView.swift
index 0a1c37b..40d8132 100644
--- a/Sora/Views/Post/PostGridView.swift
+++ b/Sora/Views/Post/PostGridView.swift
@@ -78,9 +78,6 @@ struct PostGridView: View {
.refreshable {
await manager.fetchPosts(page: 1, tags: manager.tags, replace: true)
}
- #if os(iOS)
- .navigationBarTitleDisplayMode(.inline)
- #endif
}
}
}