Skip to content
Snippets Groups Projects
Commit 7150ad6f authored by Aylin's avatar Aylin
Browse files

Merged in new Dev.

parent da6efa63
No related branches found
No related tags found
1 merge request!79Resolve "Add comments to: AttachmentViewMain.swift"
......@@ -167,7 +167,7 @@ struct AttPrev:View{
//a hidden NavigationLink to open the preview in fullscreen
// seems not to work currently
NavigationLink(
NavigationLink(
destination: QuickLookView(name: self.attachment.myName, data: self.attachment.myData)
.navigationBarItems(trailing: anyViewShareButton), isActive: self.$isFullScreen) {Text("loi")}.hidden()}
.onAppear(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment