Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
enzevalos
enzevalos_iphone
Commits
9d8cb260
Commit
9d8cb260
authored
May 12, 2021
by
hannes
Browse files
fixed readview call
parent
d33ab21d
Changes
1
Hide whitespace changes
Inline
Side-by-side
enzevalos_iphone/SwiftUI/Inbox/categorized/Helpers/UI/SupportingViews/MailOptionsView.swift
View file @
9d8cb260
...
...
@@ -31,7 +31,7 @@ fileprivate struct MailOptionsWrapper<Content:View> : View {
Label
(
NSLocalizedString
(
"Mark as unread"
,
comment
:
""
),
systemImage
:
"envelope.badge"
)
}
Button
(
action
:
{
setDst
(
ReadMainView
(
mail
:
mail
))
setDst
(
ReadMainView
(
model
:
ReadModel
(
mail
:
mail
))
)
open
()
}){
Text
(
NSLocalizedString
(
"Info"
,
comment
:
""
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment