Skip to content
Snippets Groups Projects

Restore contacts from backup

Merged Dariusz Rybicki requested to merge feature/restore-contacts-from-backup into development
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -116,6 +116,7 @@ public struct ContactView: View {
} header: {
Text("Contact")
}
.textSelection(.enabled)
Section {
ContactAuthStatusView(dbContact.authStatus)
Loading