Explorar el Código

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana hace 2 años
padre
commit
f6d49136eb
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      iOSClient/Main/Create cloud/NCUploadAssets.swift

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

@@ -186,12 +186,16 @@ struct UploadAssetsView: View {
                             view.listRowSeparator(.hidden)
                         }
                     }
+
+                    Button(NSLocalizedString("_save_", comment: "")) {
+                    }
+                    .buttonStyle(ButtonUploadScanDocumenStyle(disabled: fileName.isEmpty))
+                    .background(Color(UIColor.systemGroupedBackground))
                 }
                 .navigationTitle(NSLocalizedString("_upload_photos_videos_", comment: ""))
                 .navigationBarTitleDisplayMode(.inline)
             }
         }
-        .background(Color(UIColor.systemGroupedBackground))
         .sheet(isPresented: $isPresentedSelect) {
             NCSelectViewControllerRepresentable(delegate: uploadAssets)
         }