Browse Source

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
f6d49136eb
1 changed files with 5 additions and 1 deletions
  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)
         }