Skip to content
Snippets Groups Projects
Commit 9d8cb260 authored by hannes's avatar hannes
Browse files

fixed readview call

parent d33ab21d
No related branches found
No related tags found
1 merge request!85Thesis Hannes Staging
...@@ -31,7 +31,7 @@ fileprivate struct MailOptionsWrapper<Content:View> : View { ...@@ -31,7 +31,7 @@ fileprivate struct MailOptionsWrapper<Content:View> : View {
Label(NSLocalizedString("Mark as unread", comment: ""), systemImage: "envelope.badge") Label(NSLocalizedString("Mark as unread", comment: ""), systemImage: "envelope.badge")
} }
Button(action: { Button(action: {
setDst(ReadMainView(mail: mail)) setDst(ReadMainView(model: ReadModel(mail:mail)))
open() open()
}){ }){
Text(NSLocalizedString("Info", comment: "")) Text(NSLocalizedString("Info", comment: ""))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment