Browse Source

gui improvements

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
5d592845f1
1 changed files with 1 additions and 10 deletions
  1. 1 10
      iOSClient/Main/Create cloud/NCUploadAssets.swift

+ 1 - 10
iOSClient/Main/Create cloud/NCUploadAssets.swift

@@ -397,11 +397,7 @@ struct UploadAssetsView: View {
                             .toggleStyle(SwitchToggleStyle(tint: Color(NCBrandColor.shared.brand)))
                         }
                     }
-                    .complexModifier { view in
-                        if #available(iOS 15, *) {
-                            view.listRowSeparator(.hidden)
-                        }
-                    }
+
 
                     Section {
 
@@ -445,11 +441,6 @@ struct UploadAssetsView: View {
                             }
                         }
                     }
-                    .complexModifier { view in
-                        if #available(iOS 15, *) {
-                            view.listRowSeparator(.hidden)
-                        }
-                    }
 
                     Section {
                         HStack {