Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 3e82905

Browse files
authored
Refactor SignerView layout and functionality
1 parent 667754f commit 3e82905

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/prosign/views/SignerView.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ struct SignerView: View {
124124
}
125125
}
126126
}
127-
.navigationTitle("ProSign - Signer")
128-
.navigationBarTitleDisplayMode(.inline)
129127
.accentColor(.blue)
130128
.sheet(item: $showPickerFor, onDismiss: nil) { kind in
131129
DocumentPicker(kind: kind, onPick: { url in
@@ -182,4 +180,5 @@ struct SignerView: View {
182180
}
183181
)
184182
}
185-
}
183+
184+
}

0 commit comments

Comments
 (0)