Location notes: fix duplicate state redeclaration in ContentView

This commit is contained in:
jack
2025-09-13 00:48:12 +02:00
parent 56590c8ac3
commit 4a2d83ec78
-1
View File
@@ -51,7 +51,6 @@ struct ContentView: View {
@State private var expandedMessageIDs: Set<String> = []
@State private var showLocationNotes = false
@State private var notesGeohash: String? = nil
@State private var showLocationNotes = false
// Window sizes for rendering (infinite scroll up)
@State private var windowCountPublic: Int = 300
@State private var windowCountPrivate: [String: Int] = [:]