summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-17 05:15:43 -0700
committerFuwn <[email protected]>2025-03-17 05:15:43 -0700
commitbfe7105663abd736954e0bea7d6e640a3c342d5c (patch)
tree3d56097adeb1eb1cda7d337497d8c1e2781dd591
parentfeat: Development commit (diff)
downloadsora-testing-bfe7105663abd736954e0bea7d6e640a3c342d5c.tar.xz
sora-testing-bfe7105663abd736954e0bea7d6e640a3c342d5c.zip
feat: Development commit
-rw-r--r--Sora/Views/Post/Grid/PostGridView.swift8
1 files changed, 0 insertions, 8 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift
index c6e06f5..8e5e1a7 100644
--- a/Sora/Views/Post/Grid/PostGridView.swift
+++ b/Sora/Views/Post/Grid/PostGridView.swift
@@ -71,14 +71,6 @@ struct PostGridView: View {
}
if manager.isLoading { ToolbarItem { ProgressView() } }
-
- #if DEBUG
- if manager.historyIndex < manager.searchHistory.count {
- ToolbarItem {
- Text("\(manager.historyIndex + 1)/\(manager.searchHistory.count)")
- }
- }
- #endif
#endif
PlatformSpecificToolbarItem {