From 8f01b38a54dfa55e332a674aa4be3e47f2ef9eca Mon Sep 17 00:00:00 2001
From: Aylin <a.akkus@fu-berlin.de>
Date: Fri, 26 Mar 2021 09:03:13 +0100
Subject: [PATCH] deleted some unused code, some restructuring

---
 .../SwiftUI/Read/Tabbed Views/AttachmentsViewMain.swift         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/enzevalos_iphone/SwiftUI/Read/Tabbed Views/AttachmentsViewMain.swift b/enzevalos_iphone/SwiftUI/Read/Tabbed Views/AttachmentsViewMain.swift
index 93390c6f..e17610ab 100644
--- a/enzevalos_iphone/SwiftUI/Read/Tabbed Views/AttachmentsViewMain.swift	
+++ b/enzevalos_iphone/SwiftUI/Read/Tabbed Views/AttachmentsViewMain.swift	
@@ -132,7 +132,7 @@ struct AttPrev:View{
         Group{
         CardV(title: self.attachment.myName,
               
-              //those are the actions visable under the clicked preview
+              //these buttons are visable under the clicked preview
               actions: self.isDownloaded||self.shouldBeDownloaded ?
                 [
                     // anyViewDeleteButton
-- 
GitLab