mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Location notes: fix duplicate state redeclaration in ContentView
This commit is contained in:
parent
56590c8ac3
commit
4a2d83ec78
@ -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] = [:]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user