mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Clean up spaces
PiperOrigin-RevId: 521464768
This commit is contained in:
committed by
Copybara-Service
parent
44fb4a00a2
commit
78d5246060
@@ -20,9 +20,9 @@ struct ConnectionRequestView: View {
|
||||
var connectionRequest: ConnectionRequest
|
||||
var onAcceptConnection : () -> ()
|
||||
var onRejectConnection : () -> ()
|
||||
|
||||
|
||||
@State private var hasResponded = false
|
||||
|
||||
|
||||
var body: some View {
|
||||
Section(footer: Text("Security code: \(connectionRequest.pin)")) {
|
||||
Button("Accept") {
|
||||
|
||||
Reference in New Issue
Block a user