Skip to content
Snippets Groups Projects
Commit c85ba110 authored by Oliver Wiese's avatar Oliver Wiese
Browse files

fix from mail error in Readview

parent e03d6ccd
No related branches found
No related tags found
1 merge request!69Resolve "Add GoTo contact view"
......@@ -53,7 +53,7 @@ struct SmallContactListView <C: DisplayContact>: View {
// Without an entry in "fromMail", the code will not be executed. Why is "fromMail" necessary to call "ContactView"?
// Therefor we put a dummymail in there
NavigationLink(destination: ContactView(contact: contact, fromMail: ProxyData.SecureMail)) {
NavigationLink(destination: ContactView<C, MailRecord>(contact: contact, fromMail: nil)) {
HStack {
CircleImage(image: contact.myImage, radius: 40)
VStack (alignment: .leading, spacing: 2){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment