summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Grid
diff options
context:
space:
mode:
Diffstat (limited to 'Sora/Views/Post/Grid')
-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 0ad34f5..2ffdd5a 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -283,7 +283,7 @@ struct PostGridView: View { // swiftlint:disable:this type_body_length
}
#endif
- PlatformSpecificToolbarItem {
+ PlatformSpecificToolbarItem(placement: .automatic) {
PostGridBookmarkButtonView(
tags: initialTag != nil
? localSearchText.components(separatedBy: .whitespaces).filter { component in